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

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.Unlimited
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
Extent

public static class Extent.Unlimited
extends Extent

Unlimited extent.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.scene.config.Extent
Extent.Limited, Extent.Unlimited
 
Constructor Summary
Extent.Unlimited()
           
 
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
 

Constructor Detail

Extent.Unlimited

public Extent.Unlimited()
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.