| PoseDToMatrix44D Method |
Converts this pose to a 4x4 transformation matrix.
Namespace: DigitalRune.GeometryAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public Matrix44D ToMatrix44D()
Public Function ToMatrix44D As Matrix44D
public:
Matrix44D ToMatrix44D()
member ToMatrix44D : unit -> Matrix44D
Return Value
Type:
Matrix44D
A 4x4-matrix that represents the same transformation as the pose.
See Also