com.threerings.opengl.scene.config
Class Extent
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.scene.config.Extent
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- Extent.Limited, Extent.Unlimited
@EditorTypes(value={Extent.Limited.class,Extent.Unlimited.class})
public abstract class Extent- extends DeepObject
- implements Exportable
Represents the extent of an influence or effect.
|
Method Summary |
abstract void |
transformBounds(Transform3D transform,
Box result)
Retrieves the bounds of the extent under the specified transform. |
Extent
public Extent()
transformBounds
public abstract void transformBounds(Transform3D transform,
Box result)
- Retrieves the bounds of the extent under the specified transform.
Copyright © 2011. All Rights Reserved.