virtual SCH_API S_Sphere * clone() const
Returns a copy of this S_Object.
Scalar radius_
Definition: S_Sphere.h:29
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
Definition: S_Sphere.h:10
SCH_API S_Sphere(const Scalar &radius)
constructor
Definition: S_ObjectNormalized.h:15
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....
virtual SCH_API ~S_Sphere()
double Scalar
Definition: SCH_Types.h:23
virtual SCH_API S_ObjectType getType() const
must be overloaded to return the type
virtual SCH_API Scalar getRadius() const