Click or drag to resize

QuaternionsGetRotationMatrix Method

http://www.emgu.com
Fill the (3x3) rotation matrix with the value such that it represent the quaternions

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void GetRotationMatrix(
	Matrix<double> rotation
)

Parameters

rotation
Type: Emgu.CVMatrixDouble
The (3x3) rotation matrix which values will be set to represent this quaternions
See Also