Click or drag to resize

VectorDivision Operator (Vector, Double)

Divide 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 divided by the given factor.
See Also