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