Returns an sphere box object.
| Name | Type | Default | Description |
|---|---|---|---|
x |
Number | 0 |
optional
The X coordinate of the upper-left corner of the sphere. |
y |
Number | 0 |
optional
The Y coordinate of the upper-left corner of the sphere. |
radius |
Number | 0 |
optional
The width of this obb. |
Members
-
The overall height range of this obb.
-
The overall width range of this obb.
Methods
-
Checks whether the aabb object given are contained within this sphere.
Name Type Description aabbAABB The aabb object of test
-
Checks whether the obb object given are contained within this sphere.
Name Type Description obbOBB The obb object of test
-
Checks whether the point object given are contained within this sphere.
Name Type Description pointPoint The point object of test.
-
sphere2aabb ()AABB
-
Transforms this object into a new AABB object and returns.
Returns:
Type Description AABB -
sphere2obb ()OBB
-
Transforms this object into a new OBB object and returns.
Returns:
Type Description OBB -
Checks whether the sphere object given are contained within this sphere.
Name Type Description sphereSphere The sphere object of test