Click or drag to resize

NoRotationRotate Method

The rotate function. Does nothing.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix Rotate(
	DoubleMatrix factors
)

Parameters

factors  DoubleMatrix
The factors to rotate.

Return Value

DoubleMatrix
The factors, unchanged.

Implements

IFactorRotationRotate(DoubleMatrix)
See Also