ISphere_KC Interface
- GetRadius
- SetRadius
- GetLocation
- SetLocation
A sphere. Objects inplementing this interface also implement
IObjectOriented
HRESULT GetRadius(double* R)
HRESULT SetRadius(double R)
HRESULT GetLocation(double *x, double *y, double *z)
HRESULT SetLocation(double x, double y, double z)
|