Constructor JointFrame
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
JointFrame(Vector3, Quaternion)
Initializes a new instance of the Box3D.JointFrame struct.
public JointFrame(Vector3 position, Quaternion rotation)Parameters
positionVector3-
The attachment point, relative to the body origin.
rotationQuaternion-
The frame orientation, relative to the body.
JointFrame(Vector3)
Initializes a new instance with no rotation.
public JointFrame(Vector3 position)Parameters
positionVector3-
The attachment point, relative to the body origin.