raja.shape
Class TexturedLocalGeometry
java.lang.Object
|
+--raja.Point3D
|
+--raja.shape.LocalGeometry
|
+--raja.shape.TexturedLocalGeometry
- All Implemented Interfaces:
- Serializable, Writable
- Direct Known Subclasses:
- SolidLocalGeometry
- public abstract class TexturedLocalGeometry
- extends LocalGeometry
- See Also:
- Serialized Form
TexturedLocalGeometry
protected TexturedLocalGeometry(LocalGeometry lg)
getNormal
public Vector3D getNormal()
- Description copied from class:
LocalGeometry
- Returns the outer normal of the
Form at this point.
- Overrides:
getNormal in class LocalGeometry
- Following copied from class:
raja.shape.LocalGeometry
- Returns:
- an instance of
Vector3D that is the outer normal of the Form
at this point.
getInLocalTexture
public abstract LocalTexture getInLocalTexture()
getOutLocalTexture
public abstract LocalTexture getOutLocalTexture()