open class Vector3
Represents a two-dimensional vector.
| Name | Summary |
|---|
| getPhi | open fun getPhi(): Double Returns the roll of the vector. |
| getX | open fun getX(): Double Returns the x component of the vector. |
| getY | open fun getY(): Double Returns y component of the vector. |