Click or drag to resize
DigitalRunePoseD Constructor
Initializes a new instance of the PoseD class.
Overload List
  NameDescription
Public methodPoseD(Matrix33D)
Initializes a new instance of the PoseD class from orientation.
Public methodPoseD(QuaternionD)
Initializes a new instance of the PoseD class from orientation.
Public methodPoseD(Vector3D)
Initializes a new instance of the PoseD class from position.
Public methodPoseD(Vector3D, Matrix33D)
Initializes a new instance of the PoseD class from position and orientation.
Public methodPoseD(Vector3D, QuaternionD)
Initializes a new instance of the PoseD class from position and orientation.
Top
See Also