Class Index | File Index

Classes


Class BoxBounds


Defined in: SweetHome3D.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
BoxBounds(xLower, yLower, zLower, xUpper, yUpper, zUpper)
Creates the bounds of a box from the coordinates of its lower and upper corners.
Method Summary
Method Attributes Method Name and Description
 
equals(object)
Returns true if these bounds are equal to object.
 
Returns the abscissa of the lower corner of these bounds.
 
Returns the abscissa of the upper corner of these bounds.
 
Returns the ordinate of the lower corner of these bounds.
 
Returns the ordinate of the upper corner of these bounds.
 
Returns the elevation of the lower corner of these bounds.
 
Returns the elevation of the upper corner of these bounds.
 
Returns a hash code for these bounds.
Class Detail
BoxBounds(xLower, yLower, zLower, xUpper, yUpper, zUpper)
Creates the bounds of a box from the coordinates of its lower and upper corners.
Author: Emmanuel Puybaret.
Parameters:
{number} xLower
{number} yLower
{number} zLower
{number} xUpper
{number} yUpper
{number} zUpper
Method Detail
{boolean} equals(object)
Returns true if these bounds are equal to object.
Parameters:
{Object} object
Returns:
{boolean}

{number} getXLower()
Returns the abscissa of the lower corner of these bounds.
Returns:
{number}

{number} getXUpper()
Returns the abscissa of the upper corner of these bounds.
Returns:
{number}

{number} getYLower()
Returns the ordinate of the lower corner of these bounds.
Returns:
{number}

{number} getYUpper()
Returns the ordinate of the upper corner of these bounds.
Returns:
{number}

{number} getZLower()
Returns the elevation of the lower corner of these bounds.
Returns:
{number}

{number} getZUpper()
Returns the elevation of the upper corner of these bounds.
Returns:
{number}

{number} hashCode()
Returns a hash code for these bounds.
Returns:
{number}

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 21 2024 17:43:22 GMT+0200 (CEST)