Vector3

open class Vector3

Represents a two-dimensional vector.

Constructors

Link copied to clipboard
constructor(phi: Double, x: Double, y: Double)

Functions

Link copied to clipboard
open fun getPhi(): Double
Returns the roll of the vector.
Link copied to clipboard
open fun getX(): Double
Returns the x component of the vector.
Link copied to clipboard
open fun getY(): Double
Returns y component of the vector.