Modifier and Type | Method and Description |
---|---|
Vector4d |
ClippingPlane.getEquation()
Return the plane equation.
|
Modifier and Type | Method and Description |
---|---|
void |
ClippingPlane.setEquation(Vector4d v)
Set the clipping plane equation.
|
Modifier and Type | Method and Description |
---|---|
Vector4d |
G2DClippingPlane.getEquation() |
Modifier and Type | Method and Description |
---|---|
void |
G2DClippingPlane.setEquation(Vector4d v) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConvexObject> |
Triangle.breakObject(Vector4d v) |
java.util.List<ConvexObject> |
SpritedRectangle.breakObject(Vector4d v) |
java.util.List<ConvexObject> |
Segment.breakObject(Vector4d v) |
abstract java.util.List<ConvexObject> |
ConvexObject.breakObject(Vector4d v)
Abstract method
Break this ConvexObject against a plane
|
Modifier and Type | Method and Description |
---|---|
Vector4d |
JoGLClippingPlane.getEquation() |
Modifier and Type | Method and Description |
---|---|
void |
JoGLClippingPlane.setEquation(Vector4d v) |