| Pose Conversion (Pose to PoseD) |
Converts a single-precision pose to a double-precision pose.
Namespace: DigitalRune.GeometryAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public static implicit operator PoseD (
Pose pose
)
Public Shared Widening Operator CType (
pose As Pose
) As PoseD
static implicit operator PoseD (
Pose pose
)
F# does not support the declaration of new casting operators.
Parameters
- pose
- Type: DigitalRune.GeometryPose
The pose (single-precision).
Return Value
Type:
PoseDThe pose (double-precision).
See Also