Scalar angleTan_
Definition: S_Cone.h:36
virtual SCH_API Scalar getHeight() const
S_ObjectType
type of a solid object. Don't use it to cast !
Definition: S_Object.h:233
#define SCH_API
Definition: sch_api.h:13
virtual SCH_API S_ObjectType getType() const
must be overloaded to return the type
virtual SCH_API S_Cone * clone() const
Returns a copy of this S_Object.
virtual SCH_API ~S_Cone()
Scalar angle_
Definition: S_Cone.h:34
Definition: S_ObjectNonNormalized.h:16
Scalar baseRadius_
Definition: S_Cone.h:37
virtual SCH_API Point3 l_Support(const Vector3 &v, int &lastFeature) const
gives the support point for a given vector in local cordinates and a given last feature....
Scalar height_
Definition: S_Cone.h:35
double Scalar
Definition: SCH_Types.h:23
SCH_API S_Cone(const Scalar &angle, const Scalar &height)
constructor the cone centered at the apex and having its axis aligned on the z axis and directed abov...
virtual SCH_API Scalar getAngle() const