Search found 1 match

by ShaneP
Friday 12th July 2019 11:10am
Forum: General
Topic: Static Functions
Replies: 2
Views: 4094

Static Functions

Are we able to do this in gambas

if we have a class called Vector with a function "subtract" can we then do

Vector mouse = new Vector(mouseX,mouseY);
Vector dir = Vector.subtract(mouse,location);