Package edu.stanford.rsl.konrad.geometry.shapes.simple

Class Summary
Box Creates a box.
Cone Creates a Cone.
Cylinder Creates a Cylinder.
Edge  
Ellipsoid Creates an Ellipsoid
Plane3D There are 3 representations for a plane: The parametric representation defines the plane using a point P and two non-colinear vectors u and v, so that the plane is defined by $\mathbf P + \alpha \cdot \mathbf u + \beta \cdot \mathbf v, \quad \alpha, \beta \in \mathbb R$.
Point2D Wrapper class to model a 2D point.
Point3D Wrapper class to model a 3D point.
PointND Class to model points of arbitrary dimension.
QuadricSurface Class to model an arbitrary quadric surface Rotimi X Ojo
SimpleSurface  
SortablePoint  
Sphere Creates a Sphere.
StraightLine  
Triangle Class to describe a triangle in 3D.
VectorPoint3D Class to model a 3D point which contains a vector value.