Click or drag to resize

Vector.Divide Method (Scalar)

Divide this vector by a scale factor.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Vector Divide(
	Scalar factor
)

Parameters

factor
Type: AGI.Foundation.Geometry.Scalar
The factor to divide.

Return Value

Type: Vector
A new vector representing the division of this vector and the scale factor.
See Also