Computes a column-wise normalized 3d matrix.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Matrix3d Normalize() |
Visual Basic (Declaration) |
---|
Public Function Normalize As Matrix3d |
Visual C++ |
---|
public: Matrix3d^ Normalize() |
Return Value
Returns the matrix column-wise normalized, i.e. the norm of each column of the matrix is 1.
Exceptions
Exception | Condition |
---|---|
System..::.ArithmeticException | The matrix is not normalizable because one ore more column vectors have zero length. |