com.threerings.opengl.scene.config
Class Extent.Limited
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.scene.config.Extent
com.threerings.opengl.scene.config.Extent.Limited
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- Extent
public static class Extent.Limited
- extends Extent
Limited extent.
|
Field Summary |
float |
sizeX
The size in the x direction. |
float |
sizeY
The size in the y direction. |
float |
sizeZ
The size in the z direction. |
sizeX
@Editable(min=0.0,
step=0.01,
hgroup="s")
public float sizeX
- The size in the x direction.
sizeY
@Editable(min=0.0,
step=0.01,
hgroup="s")
public float sizeY
- The size in the y direction.
sizeZ
@Editable(min=0.0,
step=0.01,
hgroup="s")
public float sizeZ
- The size in the z direction.
Extent.Limited
public Extent.Limited()
transformBounds
public void transformBounds(Transform3D transform,
Box result)
- Description copied from class:
Extent
- Retrieves the bounds of the extent under the specified transform.
- Specified by:
transformBounds in class Extent
Copyright © 2011. All Rights Reserved.