public class Shape<T extends Geometry>
extends java.lang.Object
| Constructor and Description |
|---|
Shape() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransform(Transform t)
Add the transform to the transform chain.
|
java.util.List<AOVector> |
computeIntersection(Plane objectSpacePlane) |
T |
getGeometry() |
Matrix4 |
getTransform() |
void |
setGeometry(T geom) |
java.lang.String |
toString() |
public void setGeometry(T geom)
public T getGeometry()
public void addTransform(Transform t)
t - public Matrix4 getTransform()
public java.lang.String toString()
toString in class java.lang.Object