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
- linearVector3
- Linear velocity to use for the body. 
- angularVector3
- Angular velocity to use for the body. 
Fields
Angular
Angular velocity associated with the body.
public Vector3 AngularField Value
Linear
Linear velocity associated with the body.
public Vector3 Linear