Click or drag to resize

Vector3Normalize Method

Returns a vector with the same direction as the given vector, but with a length of 1.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector3 Normalize(
	Vector3 value
)

Parameters

value
Type: Karamba.GeometryVector3
The vector to normalize.

Return Value

Type: Vector3
The normalized vector.
See Also