Click or drag to resize

Vector3Multiply Operator (Double, Vector3)

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

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

Parameters

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

Return Value

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