Describes a triangle fan around the origin.
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
An object with the following properties:
|
- FanGeometry#createGeometry
See:
Methods
static IonSdkGeometry.FanGeometry.createGeometry(fanGeometry) → Geometry|undefined
packages/ion-sdk-geometry/Source/Core/FanGeometry.js 63
Computes the geometric representation of a fan, including its vertices, indices, and a bounding sphere.
Name | Type | Description |
---|---|---|
fanGeometry |
FanGeometry | A description of the fan. |
Returns:
The computed vertices and indices.