Table of Contents

Struct MotionState

Namespace
BepuPhysics
Assembly
BepuPhysics.dll

Describes the pose and velocity of a body.

public struct MotionState
Inherited Members

Fields

Pose

Pose of the body.

public RigidPose Pose

Field Value

RigidPose

Velocity

Linear and angular velocity of the body.

public BodyVelocity Velocity

Field Value

BodyVelocity

Methods

ToString()

Returns a string representing the MotionState.

public override string ToString()

Returns

string

String representing the MotionState.