Maven module :un.api : api-geometry :
Class : un.impl.geometry.s3d.Sheet
Extends/Implements : un.impl.geometry.AbstractGeometry un.impl.geometry.s3d.Geometry3D
Subclasses : -

Similar to a plane but like a paper sheet.
author  Johann Sorel


Variables : -
Functions : Sheet, Sheet, getNormal, getPoint, getD, getDimension, getBoundingBox, getSurface, getVolume



public void Sheet (Vector normal, Vector point)


Build plan from 3 points.
param  a Tuple, not null
param  b Tuple, not null
param  c Tuple, not null
public void Sheet (Vector a, Vector b, Vector c)

public Vector getNormal ()


A point on the plane.
public Vector getPoint ()

public double getD ()

public int getDimension ()

public BBox getBoundingBox ()


Sheet surface is infinite.
return  infinite
public double getSurface ()


Sheet volume is 0.
return  infinite
public double getVolume ()