Computes the normalized form of the 3d vector.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Vector3d Normalize()
Visual Basic (Declaration)
Public Function Normalize As Vector3d
Visual C++
public:
Vector3d^ Normalize()

Return Value

Returns the normalized form of the vector, i.e vector.Normalize().Norm = 1.

Exceptions

ExceptionCondition
System..::.ArithmeticExceptionThe length of the 3d vector is less than double.Epsilon.

See Also