Computes a column-wise normalized 3d matrix.

Namespace:  ceometric.VectorGeometry
Assembly:  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

ExceptionCondition
System..::.ArithmeticExceptionThe matrix is not normalizable because one ore more column vectors have zero length.

See Also