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

author  Johann Sorel


Variables : -
Functions : Quad, getWidth, setWidth, getHeight, setHeight, getUnorientedBounds, getSurface, getVolume




param  width along X axis
param  height along Y axis
public void Quad (double width, double height)

public double getWidth ()

public void setWidth (double width)

public double getHeight ()

public void setHeight (double height)

public BBox getUnorientedBounds ()


Calculate quad surface area.
width * height
return  surface
public double getSurface ()


A Quad has no volume.
return  always 0
public double getVolume ()