 | SphericalCoordinate Constructor (Single, Single, Single, Single, Single, Single, Single, Single, Single, Boolean, Boolean) |
Create a spherical coordinate with the given radius, polar and elevation angles.
Namespace:
Kit.Algorithms
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic SphericalCoordinate(
float radius,
float polar,
float elevation,
float minRadius = 0f,
float maxRadius = ∞f,
float minPolar = 0f,
float maxPolar = 6.283185f,
float minElevation = 0f,
float maxElevation = 6.283185f,
bool loopPolar = true,
bool loopElevation = true
)
Request Example
View SourceParameters
- radius
- Type: SystemSingle
- polar
- Type: SystemSingle
- elevation
- Type: SystemSingle
- minRadius (Optional)
- Type: SystemSingle
- maxRadius (Optional)
- Type: SystemSingle
- minPolar (Optional)
- Type: SystemSingle
- maxPolar (Optional)
- Type: SystemSingle
- minElevation (Optional)
- Type: SystemSingle
- maxElevation (Optional)
- Type: SystemSingle
- loopPolar (Optional)
- Type: SystemBoolean
- loopElevation (Optional)
- Type: SystemBoolean
See Also