| PoseD Conversion (PoseD to Matrix44D) |
Converts a 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 static implicit operator Matrix44D (
PoseD pose
)
Public Shared Widening Operator CType (
pose As PoseD
) As Matrix44D
static implicit operator Matrix44D (
PoseD pose
)
F# does not support the declaration of new casting operators.
Parameters
- pose
- Type: DigitalRune.GeometryPoseD
The pose.
Return Value
Type:
Matrix44DA 4x4-matrix that represents the same transformation as the pose.
See Also