Click or drag to resize

NMathFunctionsGetProjectionMatrix Method

Calculates the projection matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleMatrix GetProjectionMatrix(
	DoubleMatrix A
)

Parameters

A  DoubleMatrix
A matrix.

Return Value

DoubleMatrix
Projection matrix.
See Also