Table of Contents

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

position Vector3

The attachment point, relative to the body origin.

rotation Quaternion

The frame orientation, relative to the body.

JointFrame(Vector3)

Initializes a new instance with no rotation.

public JointFrame(Vector3 position)

Parameters

position Vector3

The attachment point, relative to the body origin.