struct Glint::Velocity

Overview

TODO

Defined in:

glint/velocity.cr

Constructors

Constructor Detail

def self.new(x : Number, y : Number) #

Creates a new Velocity.


[View source]
def self.new(v : Vector2) #

Creates a new Velocity.


[View source]