![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
Designed to work smoothly with optimizations disabled. More...
#include <Vec3.h>
Public Member Functions | |
| Vec3 () | |
| Vec3 (float _x, float _y, float _z) | |
| Vec3 (const Ogre::Vector3 &v) | |
| Vec3 | operator+ (const Vec3 &b) const |
| Vec3 | operator- (const Vec3 &b) const |
| Vec3 | operator* (float f) const |
| Vec3 | operator/ (float f) const |
| Vec3 & | operator+= (const Vec3 &b) |
| Vec3 & | operator-= (const Vec3 &b) |
| Vec3 & | operator*= (float f) |
| Vec3 & | operator/= (float f) |
| operator Ogre::Vector3 () const | |
| Vec3 | operator- () const |
| float | dotProduct (const Vec3 &b) const |
| Vec3 | crossProduct (const Vec3 &b) const |
| float | length () const |
| float | squaredLength () const |
Data Fields | |
| float | x |
| float | y |
| float | z |