Click or drag to resize

Vector3Unitize Method

Normalize vector.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Unitize()

Return Value

Type: Boolean
True if vector was normalized successfully, false if its the zero vector.
See Also