struct Animatis::Vector2D
- Animatis::Vector2D
- Struct
- Value
- Object
Defined in:
animatis.crConstructors
Instance Method Summary
- #*(otherV : Vector2D) : Vector2D
- #+(otherV : Vector2D) : Vector2D
- #-(otherV : Vector2D) : Vector2D
- #/(otherV : Vector2D) : Vector2D
- #heading : Float64
- #limit(max : Float64) : Vector2D
- #mag : Float64
- #rotate(angle : Float64) : Vector2D
- #set_mag(inputMag : Float64) : Vector2D
- #x : Float64
- #x=(x : Float64)
- #y : Float64
- #y=(y : Float64)