Package geometries
Class Triangle
java.lang.Object
geometries.Geometry
geometries.Polygon
geometries.Triangle
- All Implemented Interfaces:
Intersectible
public class Triangle extends Polygon
This class represents a triangle in three dimensional space. It is a polygon with specifically three vertices.
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class geometries.Geometry
intersection
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details