raja.shape
Class LocalGeometry
java.lang.Object
|
+--raja.Point3D
|
+--raja.shape.LocalGeometry
- All Implemented Interfaces:
- Serializable, Writable
- Direct Known Subclasses:
- TexturedLocalGeometry
- public abstract class LocalGeometry
- extends Point3D
- See Also:
- Serialized Form
|
Method Summary |
abstract Vector3D |
getNormal()
Returns the outer normal of the Form at this point. |
LocalGeometry
protected LocalGeometry(Point3D p)
getNormal
public abstract Vector3D getNormal()
- Returns the outer normal of the
Form at this point.
- Returns:
- an instance of
Vector3D that is the outer normal of the Form
at this point.