Constructor
new DefSpherical(paramsopt)
Default values
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
<optional> |
Properties
|
- Source:
Methods
compute(info) → {Object}
Compute the coordinates
Parameters:
Name | Type | Description |
---|---|---|
info |
CreateInfo | The creation info |
- Source:
Returns:
Object of type TYPE_SPHERICAL
- Type
- Object
(static) fromValues(params) → {CreateInfo}
Computes the coordinates from values
If any value is EMPTY, the default values are used
Parameters:
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
- Source:
Returns:
The creation info
- Type
- CreateInfo