Click or drag to resize

Vector.Division Operator (Vector, Scalar)

Divide a vector by a scalar.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static Vector operator /(
	Vector vector,
	Scalar factor
)

Parameters

vector
Type: AGI.Foundation.Geometry.Vector
The vector to scale.
factor
Type: AGI.Foundation.Geometry.Scalar
The scale factor.

Return Value

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