Class Index | File Index

Classes


Class JSC3D.AABB

AABB This class implements the Axis-Aligned Bounding Box to measure spacial enclosure.
Defined in: jsc3d.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Get the center coordinates of the AABB.
 
Get the length of the diagonal of the AABB.
Class Detail
JSC3D.AABB()
Method Detail
{Array} center()
Get the center coordinates of the AABB.
Returns:
{Array} center coordinates as an array.

{Number} lengthOfDiagonal()
Get the length of the diagonal of the AABB.
Returns:
{Number} length of the diagonal.

Documentation generated by JsDoc Toolkit 2.1.0 on Thu Nov 28 2013 14:35:14 GMT+0800 (CST)