Blender  V3.3
Public Member Functions | Public Attributes | List of all members
btSoftBody::Impulse Struct Reference

#include <btSoftBody.h>

Public Member Functions

 Impulse ()
 
Impulse operator- () const
 
Impulse operator* (btScalar x) const
 

Public Attributes

btVector3 m_velocity
 
btVector3 m_drift
 
int m_asVelocity: 1
 
int m_asDrift: 1
 

Detailed Description

Definition at line 478 of file btSoftBody.h.

Constructor & Destructor Documentation

◆ Impulse()

btSoftBody::Impulse::Impulse ( )
inline

Definition at line 484 of file btSoftBody.h.

Member Function Documentation

◆ operator*()

Impulse btSoftBody::Impulse::operator* ( btScalar  x) const
inline

Definition at line 492 of file btSoftBody.h.

References m_drift, m_velocity, and x.

◆ operator-()

Impulse btSoftBody::Impulse::operator- ( ) const
inline

Definition at line 485 of file btSoftBody.h.

References m_drift, and m_velocity.

Member Data Documentation

◆ m_asDrift

int btSoftBody::Impulse::m_asDrift

◆ m_asVelocity

int btSoftBody::Impulse::m_asVelocity

◆ m_drift

btVector3 btSoftBody::Impulse::m_drift

◆ m_velocity

btVector3 btSoftBody::Impulse::m_velocity

The documentation for this struct was generated from the following file: