Project OpenGeode
class GenericPlane
class GenericPlane
Functions
GenericPlane
cpp
public void GenericPlane<PointType>(const Vector3D & normal, PointType origin)public void GenericPlane<PointType>(const Vector3D & normal, PointType origin)GenericPlane
cpp
public void GenericPlane<PointType>(const Triangle3D & triangle)public void GenericPlane<PointType>(const Triangle3D & triangle)GenericPlane
cpp
public void GenericPlane<PointType>(const GenericPlane<PointType> & other)public void GenericPlane<PointType>(const GenericPlane<PointType> & other)operator=
cpp
public GenericPlane<PointType> & operator=(const GenericPlane<PointType> & other)public GenericPlane<PointType> & operator=(const GenericPlane<PointType> & other)GenericPlane
cpp
public void GenericPlane<PointType>(GenericPlane<PointType> && other)public void GenericPlane<PointType>(GenericPlane<PointType> && other)operator=
cpp
public GenericPlane<PointType> & operator=(GenericPlane<PointType> && other)public GenericPlane<PointType> & operator=(GenericPlane<PointType> && other)normal
cpp
public const Vector3D & normal()public const Vector3D & normal()origin
cpp
public const Point3D & origin()public const Point3D & origin()plane_constant
cpp
public double plane_constant()public double plane_constant()