Skip to content

Project OpenGeode

class GenericCircle

class GenericCircle

Functions

GenericCircle

cpp
public void GenericCircle<PlaneType>(PlaneType plane, double radius)
public void GenericCircle<PlaneType>(PlaneType plane, double radius)

GenericCircle

cpp
public void GenericCircle<PlaneType>(const GenericCircle<PlaneType> & other)
public void GenericCircle<PlaneType>(const GenericCircle<PlaneType> & other)

operator=

cpp
public GenericCircle<PlaneType> & operator=(const GenericCircle<PlaneType> & other)
public GenericCircle<PlaneType> & operator=(const GenericCircle<PlaneType> & other)

GenericCircle

cpp
public void GenericCircle<PlaneType>(GenericCircle<PlaneType> && other)
public void GenericCircle<PlaneType>(GenericCircle<PlaneType> && other)

operator=

cpp
public GenericCircle<PlaneType> & operator=(GenericCircle<PlaneType> && other)
public GenericCircle<PlaneType> & operator=(GenericCircle<PlaneType> && other)

plane

cpp
public const PlaneType & plane()
public const PlaneType & plane()

radius

cpp
public double radius()
public double radius()

bounding_box

cpp
public BoundingBox3D bounding_box()
public BoundingBox3D bounding_box()

class GenericCircle

Geode-solutions' documentation website