Maven module :un.api : api-geometry :
Class :
un.impl.geometry.s3d.Plane
Extends/Implements :
un.impl.geometry.AbstractGeometry
un.impl.geometry.s3d.Geometry3D
Subclasses : -
Variables : -
Functions :
Plane,
Plane,
getNormal,
getPoint,
getD,
getDimension,
getBoundingBox,
getSurface,
getVolume,
computeBestFittingPlan,
calculateAngle
public void
Plane (Vector normal, Vector point)
public void
Plane (Vector a, Vector b, Vector c)
public Vector
getNormal ()
public Vector
getPoint ()
public double
getD ()
public int
getDimension ()
public BBox
getBoundingBox ()
public double
getSurface ()
public double
getVolume ()
public Plane
computeBestFittingPlan (Tuple[] points)
public double
calculateAngle (Vector vector)
Any point 'under' the plane is consider within the plane.
Use Sheet to have a paper thin plane.
TODO Consideration : should this be named HalfUniverse ?
@author Johann Sorel