Spherical
THREE.Spherical
class Spherical(var radius: UndefOr[Double], var phi: UndefOr[Double], var theta: UndefOr[Double]) extends Object
A class for spherical coordinates.
Spherical coordinates represent a position in 3D space using a distance from origin (radius), an angle from the y (polar) axis, and an angle around the y axis (equator).
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
In this article