| Pose Constructor (Matrix33F) |
Initializes a new instance of the
Pose class from orientation.
Namespace: DigitalRune.GeometryAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public Pose(
Matrix33F orientation
)
Public Sub New (
orientation As Matrix33F
)
public:
Pose(
Matrix33F orientation
)
new :
orientation : Matrix33F -> Pose
Parameters
- orientation
- Type: DigitalRune.Mathematics.AlgebraMatrix33F
The orientation.
See Also