Click or drag to resize

VectorNormalized Constructor (Vector)

Construct a new unit vector based on an existing vector.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorNormalized(
	Vector vectorToNormalize
)

Parameters

vectorToNormalize
Type: AGI.Foundation.GeometryVector
The vector to normalize.
See Also