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