aabbΒΆ
class aabb
An axis aligned bounding box (aabb) class
Members
| create | ( ) | Create an empty aabb |
| create | (
|
Duplicate an aabb |
| create | (
|
Create an aabb with initial bounds |
| clear | ( ) | Empty the aabb |
| extend | (
|
Extend the aabb |
| extendsize | (
|
Extend the size of the aabb |
| extendsize | (
|
Extend the size of the aabb |
| extendsize | (
|
Extend the size of the aabb |
| getcenter | ( ) | Returns the center of the aabb |
| getextended | (
|
Returns an extended aabb |
| getextendedsize | (
|
Returns an aabb with an extended size |
| getextendedsize | (
|
Returns an aabb with an extended size |
| getextendedsize | (
|
Returns an aabb with an extended size |
| getmax | ( ) | Return the max values on axis i, j, k |
| getmin | ( ) | Return the min values on axis i, j, k |
| getradius | ( ) | Returns the radius of the bounding sphere of the aabb |
| getsize | ( ) | Return the size of the aabb on i, j, k |
| gettransformed | (
|
Transform the aabb using a matrix |
| isempty | ( ) | Return true if the aabb is empty |
| transform | (
|
Transform the aabb using a matrix |
Documentation
Empty the aabb
Extend the aabb
extension The aabb or the point that the aabb should contain after the extension.
Extend the size of the aabb
p extension on i, j and k
Extend the size of the aabb
x extension on i, j and k
Extend the size of the aabb
x extension on iy extension on jz extension on k
Returns the center of the aabb
result
Returns an extended aabb
extension The aabb or the point that the aabb should contain after the extension.
result
Returns an aabb with an extended size
x extension on iy extension on jz extension on k
Returns an aabb with an extended size
x extension on i, j and k
Returns an aabb with an extended size
p extension on i, j and k
result
Return the max values on axis i, j, k
result
Return the min values on axis i, j, k
result
Returns the radius of the bounding sphere of the aabb
result
Return the size of the aabb on i, j, k
result
Transform the aabb using a matrix
matrix
result
Return true if the aabb is empty
result
Transform the aabb using a matrix
matrix