Spherical class
Properties
Methods
-
clone(
) → Spherical -
copy(
Spherical other) → Spherical -
makeSafe(
) → Spherical -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
num radius, num phi, num theta) → Spherical -
setFromCartesianCoords(
num x, num y, num z) → Spherical -
setFromVector3(
dynamic v) → Spherical -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited