Project OpenGeode
class Cylinder
Functions
Cylinder
cpp
public void Cylinder(Segment axis, double radius)public void Cylinder(Segment axis, double radius)Cylinder
cpp
public void Cylinder(const Cylinder & other)public void Cylinder(const Cylinder & other)operator=
cpp
public Cylinder & operator=(const Cylinder & other)public Cylinder & operator=(const Cylinder & other)Cylinder
cpp
public void Cylinder(Cylinder && other)public void Cylinder(Cylinder && other)operator=
cpp
public Cylinder & operator=(Cylinder && other)public Cylinder & operator=(Cylinder && other)axis
cpp
public const Segment3D & axis()public const Segment3D & axis()radius
cpp
public double radius()public double radius()