com.threerings.opengl.scene.config
Class Extent.Limited

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.scene.config.Extent
          extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.scene.config.Extent
Extent.Limited, Extent.Unlimited
 
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.
 
Constructor Summary
Extent.Limited()
           
 
Method Summary
 void transformBounds(Transform3D transform, Box result)
          Retrieves the bounds of the extent under the specified transform.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

Extent.Limited

public Extent.Limited()
Method Detail

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.