Loading...
Searching...
No Matches
UsdPhysicsSpherePoint Struct Reference

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.
 

Detailed Description

This struct represents a single sphere-point which is a position and a radius.

Definition at line 523 of file parseDesc.h.

Member Function Documentation

◆ operator==()

bool operator== ( const UsdPhysicsSpherePoint ) const
inline

Definition at line 525 of file parseDesc.h.

Member Data Documentation

◆ center

GfVec3f center

Sphere point center.

Definition at line 531 of file parseDesc.h.

◆ radius

float radius

Sphere point radius.

Definition at line 534 of file parseDesc.h.


The documentation for this struct was generated from the following file: