struct IntVector2
- IntVector2
 - Struct
 - Value
 - Object
 
Defined in:
engine/vector2.crConstructors
Instance Method Summary
- #*(scale : Number)
 - #+(other : Vector2)
 - #+(other)
 - #-(other : Vector2)
 - #-(other)
 - #-
 - #//(scale)
 - #clone
 - #copy_with(x _x = @x, y _y = @y)
 - #inspect(io)
 - #to_f
 - #x : Int32
 - #y : Int32