__init__(self) | coat.boundbox | |
__init__(self, vec3 p) | coat.boundbox | |
__init__(self, vec3 bMin, vec3 bMax) | coat.boundbox | |
__init__(self, boundbox v) | coat.boundbox | |
__init__(self) | coat.boundbox | |
AddBounds(self, boundbox _0) | coat.boundbox | |
AddPoint(self, vec3 _0) | coat.boundbox | |
ContainsBounds(self, boundbox _0) | coat.boundbox | |
ContainsCircle(self, vec2 Center, float Radius) | coat.boundbox | |
ContainsPoint(self, vec2 _0) | coat.boundbox | |
ContainsPoint(self, vec3 _0) | coat.boundbox | |
DistanceToPointSq(self, vec2 p) | coat.boundbox | |
DistanceToPointSq(self, vec3 p) | coat.boundbox | |
FromPoints(vec2 pPoints, int nCount) | coat.boundbox | static |
FromPoints(vec3 pPoints, int nCount) | coat.boundbox | static |
GetCenter(self) | coat.boundbox | |
GetDiagonal(self) | coat.boundbox | |
GetLargestAxis(self) | coat.boundbox | |
GetMax(self) | coat.boundbox | |
GetMax(self) | coat.boundbox | |
GetMin(self) | coat.boundbox | |
GetMin(self) | coat.boundbox | |
GetShortestAxis(self) | coat.boundbox | |
GetSize(self) | coat.boundbox | |
GetSizeX(self) | coat.boundbox | |
GetSizeY(self) | coat.boundbox | |
GetSizeZ(self) | coat.boundbox | |
Inflate(self, float DeltaX, float DeltaY, float DeltaZ) | coat.boundbox | |
Inflate(self, float DeltaXYZ) | coat.boundbox | |
Inflate(self, vec3 Delta) | coat.boundbox | |
IntersectsBounds(self, boundbox _0) | coat.boundbox | |
IntersectsSphere(self, any _0) | coat.boundbox | |
IsEmpty(self) | coat.boundbox | |
Lerp(boundbox l, boundbox r, float s) | coat.boundbox | static |
LineIntersection(self, vec3 RayOrig, vec3 RayDir, float Scale) | coat.boundbox | |
RayIntersection(self, vec3 RayOrig, vec3 RayDir, float Scale) | coat.boundbox | |
RayIntersection(self, vec3 RayOrig, vec3 RayDir, vec3 Cross=None) | coat.boundbox | |
Set(self, vec3 Min, vec3 Max) | coat.boundbox | |
SetEmpty(self) | coat.boundbox | |
SetMax(self, vec3 _0) | coat.boundbox | |
SetMin(self, vec3 _0) | coat.boundbox | |
SetZero(self) | coat.boundbox | |
ToPoints(self, vec3 P8) | coat.boundbox | |
ToRect(self) | coat.boundbox | |
ToSphere(self) | coat.boundbox | |
Transform(boundbox B, mat4 T) | coat.boundbox | static |
Translate(self, vec2 _0) | coat.boundbox | |
Translate(self, vec3 _0) | coat.boundbox | |