| a | GrayLib::cVecT4< float > | |
| b | GrayLib::cVecT4< float > | |
| Compare(const THIS_t &v2) const noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| cPlanef() | GrayLib::cPlanef | inline |
| cPlanef(const SUPER_t &v) noexcept | GrayLib::cPlanef | inline |
| cPlanef(const DVALUE_t *pVals) noexcept | GrayLib::cPlanef | inline |
| cPlanef(const cVector3f &vNormal, DVALUE_t fDistFromOrigin) | GrayLib::cPlanef | inline |
| cPlanef(DVALUE_t a, DVALUE_t b, DVALUE_t c, DVALUE_t d) noexcept | GrayLib::cPlanef | inline |
| cPlanef(const cVector3f &v1, const cVector3f &v2, const cVector3f &v3) | GrayLib::cPlanef | inline |
| cPlanef(const cVector3f &vPoint, const cVector3f &vNormal) | GrayLib::cPlanef | inline |
| cVecT4() noexcept | GrayLib::cVecT4< float > | inline |
| cVecT4(const SUPER_t &v) noexcept | GrayLib::cVecT4< float > | inline |
| cVecT4(const float *pVals) noexcept | GrayLib::cVecT4< float > | inline |
| cVecT4(float n0, float n1, float n2=0, float n3=0) noexcept | GrayLib::cVecT4< float > | inline |
| cVecT4(const cVecT3< float > &v2, float _w=0) | GrayLib::cVecT4< float > | inline |
| cVecTC() | GrayLib::cVecTC< float, 4, cVecT4< float > > | inlineprotected |
| cVector4f() | GrayLib::cVector4f | inline |
| cVector4f(const DVALUE_t *pVals) | GrayLib::cVector4f | inline |
| cVector4f(const SUPER_t &v) | GrayLib::cVector4f | inline |
| cVector4f(DVALUE_t _x, DVALUE_t _y, DVALUE_t _z=0, DVALUE_t _w=0) noexcept | GrayLib::cVector4f | inline |
| cVector4f(const cVecT3< DVALUE_t > &v, DVALUE_t w) | GrayLib::cVector4f | inline |
| DoDiv(const THIS_t &v2) | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| DoMul(const THIS_t &v2) noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| DoScale(float n) noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| DVALUE_t typedef | GrayLib::cVecTC< float, 4, cVecT4< float > > | |
| g | GrayLib::cVecT4< float > | |
| get_Abs() const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| get_CR() const noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| get_CT() const noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| get_DistFromOrigin() const noexcept | GrayLib::cPlanef | inline |
| get_Magnitude() const noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| get_MagnitudeSq() const noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| get_MemberPoint() const noexcept | GrayLib::cPlanef | inline |
| get_Normal() const noexcept | GrayLib::cPlanef | inline |
| get_Normalized() const | GrayLib::cPlanef | inline |
| get_T() noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| get_V3() const noexcept | GrayLib::cVecT4< float > | inline |
| get_W() const noexcept | GrayLib::cVecT4< float > | inline |
| get_X() const noexcept | GrayLib::cVecT4< float > | inline |
| get_Y() const noexcept | GrayLib::cVecT4< float > | inline |
| get_Z() const noexcept | GrayLib::cVecT4< float > | inline |
| GetDiff(const THIS_t &v2) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| GetDist(const THIS_t &v2) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| GetDistanceTo(const cVector3f &vPoint) const | GrayLib::cPlanef | inline |
| GetDistSq(const THIS_t &v2) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| GetDiv(const THIS_t &v2) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| GetDot(const THIS_t &v2) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| GetDot(const THIS_t &v1, const THIS_t &v2) | GrayLib::cVecTC< float, 4, cVecT4< float > > | inlinestatic |
| GetDotCoord(const cVector3f &v) const | GrayLib::cPlanef | inline |
| GetElem(int i) const noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| GetMul(const THIS_t &v2) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| GetPointRelation(const cVector3f &vPoint) const | GrayLib::cPlanef | inline |
| GetScaled(float nScale) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| GetSum(const THIS_t &v2) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| GetTransformPlane(const cMatrix4x4f &m1) const | GrayLib::cPlanef | inline |
| InitCross(const THIS_t &v1, const THIS_t &v2, const THIS_t &v3) | GrayLib::cVecT4< float > | inline |
| InitCross4(const cVector4f &v1, const cVector4f &v2, const cVector4f &v3) | GrayLib::cVector4f | inline |
| InitNormalized(const cPlanef &plane) | GrayLib::cPlanef | inline |
| InitPlane(const cVector3f &vNormal, float fDistFromOrigin) | GrayLib::cPlanef | inline |
| InitPlanePoints(const cVector3f &v1, const cVector3f &v2, const cVector3f &v3) | GrayLib::cPlanef | inline |
| InitPointNormal(const cVector3f &vPoint, const cVector3f &vNormal) | GrayLib::cPlanef | inline |
| InitPointVector(const cVector3f &vPoint, const cVector3f &vVector) | GrayLib::cPlanef | inline |
| InitTransformPlane(const cPlanef &plane, const cMatrix4x4f &m1) | GrayLib::cPlanef | inline |
| IsFrontFacing(const cVector3f &vLookDir) const | GrayLib::cPlanef | inline |
| IsNear(const THIS_t &v2, float fDist=(float) k_FLT_MIN2) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| isZero() const noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| k_nDim | GrayLib::cVecTC< float, 4, cVecT4< float > > | static |
| m_a | GrayLib::cVecT4< float > | |
| m_w | GrayLib::cVecT4< float > | |
| m_x | GrayLib::cVecT4< float > | |
| m_y | GrayLib::cVecT4< float > | |
| m_z | GrayLib::cVecT4< float > | |
| operator const float *() const noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator float *() | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator!=(const THIS_t &v2) const noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator*(float nScale) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator*=(float nScale) noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator*=(const THIS_t &v2) noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator+(const THIS_t &v2) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator+=(const THIS_t &v2) | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator+=(float n) | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator-() const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator-(const THIS_t &v2) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator-=(const THIS_t &v2) noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator-=(float n) noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator/(float nScale) const | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator/=(float nScale) | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator/=(const THIS_t &v2) | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator==(const THIS_t &v2) const noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator[](int i) const noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| operator[](int i) | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| put_Magnitude(float nLength) | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| r | GrayLib::cVecT4< float > | |
| RecalculateD(const cVector3f &vMember) | GrayLib::cPlanef | inline |
| ref_Normal() | GrayLib::cPlanef | inline |
| ref_V3() noexcept | GrayLib::cVecT4< float > | inline |
| RefElem(int i) noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| REL_BACK enum value | GrayLib::cPlanef | |
| REL_FRONT enum value | GrayLib::cPlanef | |
| REL_PLANAR enum value | GrayLib::cPlanef | |
| REL_TYPE enum name | GrayLib::cPlanef | |
| Set(const THIS_t &v) | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| SetLerp(const THIS_t &a, const THIS_t &b, DVALUE_t t) | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| SetNormalized() | GrayLib::cPlanef | inline |
| SetZero() noexcept | GrayLib::cVecTC< float, 4, cVecT4< float > > | inline |
| TransformNormals(const cMatrix4x4f &m) | GrayLib::cPlanef | inline |
| UNITTEST_FRIEND(cPlane) | GrayLib::cPlanef | |
| w | GrayLib::cVecT4< float > | |
| x | GrayLib::cVecT4< float > | |
| y | GrayLib::cVecT4< float > | |
| z | GrayLib::cVecT4< float > | |