Vector3Normalize Method
Returns a vector with the same direction as the given vector, but with a length of 1.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static Vector3 Normalize(
Vector3 value
)
Public Shared Function Normalize (
value As Vector3
) As Vector3
public:
static Vector3 Normalize(
Vector3 value
)
static member Normalize :
value : Vector3 -> Vector3
- value Vector3
- The vector to normalize.
Vector3The normalized vector.