|
Blender
V3.3
|
#include <btVector3.h>
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. More... | |
Definition at line 1073 of file btVector3.h.
|
inline |
Definition at line 1076 of file btVector3.h.
Referenced by absolute4().
|
inline |
Definition at line 1078 of file btVector3.h.
References m_floats.
|
inline |
Definition at line 1103 of file btVector3.h.
References btFabs(), btVector4(), and m_floats.
Referenced by closestAxis4().
|
inline |
Definition at line 1174 of file btVector3.h.
References absolute4(), and maxAxis4().
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, and m_floats.
Referenced by closestAxis4().
|
inline |
Definition at line 1147 of file btVector3.h.
References BT_LARGE_FLOAT, and m_floats.
|
inline |
Set x,y,z and zero w.
| x | Value of x |
| y | Value of y |
| z | Value of z |
Set the values
| x | Value of x |
| y | Value of y |
| z | Value of z |
| w | Value of w |
Definition at line 1198 of file btVector3.h.
References m_floats.
Referenced by bt_edge_plane(), bt_segment_collision(), btPrimitiveTriangle::buildTriPlane(), btTriangleShapeEx::buildTriPlane(), and getPlaneEquation().