Computes the normalized form of the 3d vector.
Namespace:
ceometric.VectorGeometryAssembly: 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
Exception | Condition |
---|---|
System..::.ArithmeticException | The length of the 3d vector is less than double.Epsilon. |