Table of Contents

Struct BodyVelocity

Namespace
Stride.BepuPhysics.Definitions
Assembly
Stride.BepuPhysics.dll
public struct BodyVelocity
Inherited Members

Constructors

BodyVelocity()

public BodyVelocity()

BodyVelocity(Vector3, Vector3)

Creates a new set of body velocities.

public BodyVelocity(Vector3 linear, Vector3 angular)

Parameters

linear Vector3

Linear velocity to use for the body.

angular Vector3

Angular velocity to use for the body.

Fields

Angular

Angular velocity associated with the body.

public Vector3 Angular

Field Value

Vector3

Linear

Linear velocity associated with the body.

public Vector3 Linear

Field Value

Vector3