Data Structures | |
struct | A3DSurfSphereData |
Structure for representing a spherical surface. | |
Functions | |
A3DStatus | A3DSurfSphereGet (const A3DSurfSphere *pSrf, A3DSurfSphereData *pData) |
Populates the A3DSurfSphereData structure. More... | |
A3DStatus | A3DSurfSphereCreate (const A3DSurfSphereData *pData, A3DSurfSphere **ppSrf) |
Creates an A3DSurfSphere from an A3DSurfSphereData structure. More... | |
Entity type is kA3DTypeSurfSphere.
For the canonical definition and corresponding parametric equation, see the "SerializeSphere" section of the PRC Format Specification.
A3DUVParameterizationData allows for reparameterization and trim.