Cone Constructor

Overload List

Method Description
Cone.Cone () 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... more
Cone.Cone (double, double, Point3d, double, Vector3d) Constructs a full circular cone defined by the input data.
Cone.Cone (double, double, Point3d, double, Vector3d, Vector3d, Interval, double, double) Constructs a conic segment defined by the input data.