![]() |
ezEngine
Release 25.03
|
This is the complete list of members for ezSimdBBox, including all inherited members.
Contains(const ezSimdVec4f &vPoint) const | ezSimdBBox | |
Contains(const ezSimdBBox &rhs) const | ezSimdBBox | |
Contains(const ezSimdBSphere &sphere) const | ezSimdBBox | inline |
ExpandToCube() | ezSimdBBox | inline |
ExpandToInclude(const ezSimdVec4f &vPoint) | ezSimdBBox | |
ExpandToInclude(const ezSimdVec4f *pPoints, ezUInt32 uiNumPoints, ezUInt32 uiStride=sizeof(ezSimdVec4f)) | ezSimdBBox | inline |
ExpandToInclude(const ezSimdBBox &rhs) | ezSimdBBox | |
EZ_DECLARE_POD_TYPE() (defined in ezSimdBBox) | ezSimdBBox | |
ezSimdBBox() | ezSimdBBox | |
ezSimdBBox(const ezSimdVec4f &vMin, const ezSimdVec4f &vMax) | ezSimdBBox | |
GetCenter() const | ezSimdBBox | |
GetClampedPoint(const ezSimdVec4f &vPoint) const | ezSimdBBox | |
GetDistanceSquaredTo(const ezSimdVec4f &vPoint) const | ezSimdBBox | inline |
GetDistanceTo(const ezSimdVec4f &vPoint) const | ezSimdBBox | inline |
GetExtents() const | ezSimdBBox | |
GetHalfExtents() const | ezSimdBBox | |
Grow(const ezSimdVec4f &vDiff) | ezSimdBBox | |
IsNaN() const | ezSimdBBox | |
IsValid() const | ezSimdBBox | |
m_Max (defined in ezSimdBBox) | ezSimdBBox | |
m_Min (defined in ezSimdBBox) | ezSimdBBox | |
MakeFromCenterAndHalfExtents(const ezSimdVec4f &vCenter, const ezSimdVec4f &vHalfExtents) | ezSimdBBox | static |
MakeFromMinMax(const ezSimdVec4f &vMin, const ezSimdVec4f &vMax) | ezSimdBBox | static |
MakeFromPoints(const ezSimdVec4f *pPoints, ezUInt32 uiNumPoints, ezUInt32 uiStride=sizeof(ezSimdVec4f)) | ezSimdBBox | static |
MakeInvalid() | ezSimdBBox | static |
MakeZero() | ezSimdBBox | static |
operator!=(const ezSimdBBox &rhs) const (defined in ezSimdBBox) | ezSimdBBox | |
operator==(const ezSimdBBox &rhs) const (defined in ezSimdBBox) | ezSimdBBox | |
Overlaps(const ezSimdBBox &rhs) const | ezSimdBBox | |
Overlaps(const ezSimdBSphere &sphere) const | ezSimdBBox | inline |
SetCenterAndHalfExtents(const ezSimdVec4f &vCenter, const ezSimdVec4f &vHalfExtents) | ezSimdBBox | |
SetFromPoints(const ezSimdVec4f *pPoints, ezUInt32 uiNumPoints, ezUInt32 uiStride=sizeof(ezSimdVec4f)) | ezSimdBBox | |
SetInvalid() | ezSimdBBox | |
Transform(const ezSimdTransform &transform) | ezSimdBBox | |
Transform(const ezSimdMat4f &mMat) | ezSimdBBox | |
Translate(const ezSimdVec4f &vDiff) | ezSimdBBox |