![]() |
|
This struct represents a single sphere-point which is a position and a radius. More...
#include <parseDesc.h>
Public Member Functions | |
| bool | operator== (const UsdPhysicsSpherePoint &) const |
Public Attributes | |
| GfVec3f | center |
| Sphere point center. | |
| float | radius |
| Sphere point radius. | |
This struct represents a single sphere-point which is a position and a radius.
Definition at line 523 of file parseDesc.h.
|
inline |
Definition at line 525 of file parseDesc.h.
| GfVec3f center |
Sphere point center.
Definition at line 531 of file parseDesc.h.
| float radius |
Sphere point radius.
Definition at line 534 of file parseDesc.h.