Struct Model::Sphere
Defined in File model.h
Nested Relationships
This struct is a nested type of Class Model.
Struct Documentation
-
struct Sphere
The definition of a sphere.
Public Members
-
double center_x_
The center of the sphere in the link collision frame.
-
double center_y_
-
double center_z_
-
double radius_
The radius of the sphere.
-
double center_x_