|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.graphic.math.Plane3 | +--gumbo.graphic.math.Polygon3
A 3D spatial element representing a plane with a finite and convex extent, with the extent defined by 3 or more coplanar vertex points.
Nested Class Summary | |
static class |
Polygon3.Immutable
|
Constructor Summary | |
Polygon3()
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
Polygon3 |
getPolygon3()
Gets a singleton immutable view of this object with the same identity (hashCode(), equals()) as this object. |
Methods inherited from class gumbo.graphic.math.Plane3 |
getDistance, getGraphic, getGraphicLocalSpace, getNormal, getPlane3, setDistance, setNormal, toString, transformGraphic, transformGraphic |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Polygon3()
Method Detail |
public Polygon3 getPolygon3()
public boolean equals(java.lang.Object obj)
equals
in class Plane3
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |