Click or drag to resize

VectorMultiply Operator (Vector, Double)

Multiply a vector by a scalar.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Vector operator *(
	Vector vector,
	double factor
)

Parameters

vector
Type: AGI.Foundation.GeometryVector
The vector to scale.
factor
Type: SystemDouble
The scale factor.

Return Value

Type: Vector
A new vector representing the old vector multiplied by the given factor.
See Also