Cylindrical
A class representing cylindrical coordinates.
Cylindrical coordinates represent a position in 3D space using a distance from the origin (radius), an angle from the X axis on the XZ plane (theta), and a height above the XZ plane (y).
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Copies values of radius, theta, and y properties from the given cylindrical.
Copies values of radius, theta, and y properties from the given cylindrical.
Attributes
Creates a new cylindrical with the same radius, theta, and y values as this one.
Creates a new cylindrical with the same radius, theta, and y values as this one.
Attributes
Sets values of this cylindrical's coordinates.
Sets values of this cylindrical's coordinates.
Attributes
Sets values of this cylindrical's coordinates from a Cartesian vector.
Sets values of this cylindrical's coordinates from a Cartesian vector.
Attributes
Sets values of this cylindrical's coordinates from a Vector3.
Sets values of this cylindrical's coordinates from a Vector3.
Attributes
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object