Click or drag to resize

Vector3Multiply Method (Vector3, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Multiplies a vector with an scalar (same as a*u, commutative property).

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Vector3 Multiply(
	Vector3 u,
	double a
)
Request Example View Source

Parameters

u
Type: netDxfVector3
Vector3.
a
Type: SystemDouble
Scalar.

Return Value

Type: Vector3
The multiplication of u times a.
See Also