Share

AcGeCone Constructor

Overload List

Method Description
AcGeCone::AcGeCone () Default constructor. Initializes the sineAngle to -sin(Pi/4), the cosineAngle to cos(Pi/4), the axis of symmetry to (0,1,0), the reference axis to (1,0,0), the baseOrigin to (0,0,0), and the base radius to 2.0.
AcGeCone::AcGeCone (AcGeCone&) Constructs a cone that is a copy of the input cone.
AcGeCone::AcGeCone (double, double, AcGePoint3d&, double, AcGeVector3d&) Constructs a full circular cone defined by the input data.
AcGeCone::AcGeCone (double, double, AcGePoint3d&, double, AcGeVector3d&, AcGeVector3d&, AcGeInterval&, double, double) Constructs a conic segment defined by the input data.

Was this information helpful?