|
Blender V5.0
|
#include <btVector3.h>
Inherits btVector3.
Public Member Functions | |
| SIMD_FORCE_INLINE | btVector4 () |
| SIMD_FORCE_INLINE | btVector4 (const btScalar &_x, const btScalar &_y, const btScalar &_z, const btScalar &_w) |
| SIMD_FORCE_INLINE btVector4 | absolute4 () const |
| btScalar | getW () const |
| SIMD_FORCE_INLINE int | maxAxis4 () const |
| SIMD_FORCE_INLINE int | minAxis4 () const |
| SIMD_FORCE_INLINE int | closestAxis4 () const |
| SIMD_FORCE_INLINE void | setValue (const btScalar &_x, const btScalar &_y, const btScalar &_z, const btScalar &_w) |
| Set x,y,z and zero w. | |
Definition at line 1073 of file btVector3.h.
|
inline |
Definition at line 1076 of file btVector3.h.
References SIMD_FORCE_INLINE.
Referenced by absolute4().
|
inline |
Definition at line 1078 of file btVector3.h.
References btVector3, m_floats, and SIMD_FORCE_INLINE.
|
inline |
Definition at line 1103 of file btVector3.h.
References btFabs(), btVector4(), m_floats, and SIMD_FORCE_INLINE.
Referenced by closestAxis4().
|
inline |
Definition at line 1174 of file btVector3.h.
References absolute4(), maxAxis4(), and SIMD_FORCE_INLINE.
Referenced by sortCachedPoints().
|
inline |
Definition at line 1118 of file btVector3.h.
References m_floats.
|
inline |
Definition at line 1120 of file btVector3.h.
References BT_LARGE_FLOAT, m_floats, and SIMD_FORCE_INLINE.
Referenced by closestAxis4().
|
inline |
Definition at line 1147 of file btVector3.h.
References BT_LARGE_FLOAT, m_floats, and SIMD_FORCE_INLINE.
|
inline |
Set x,y,z and zero w.
Set the values
Definition at line 1198 of file btVector3.h.
References m_floats, and SIMD_FORCE_INLINE.
Referenced by bt_edge_plane(), bt_segment_collision(), btTriangleShapeEx::buildTriPlane(), and getPlaneEquation().