Math Addon

From SolarStrike wiki
Revision as of 23:52, 17 February 2015 by Elverion (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

See also: Vector3d_Class for vector math.


distance

number math.distance(x1,y1, x2,y2)

Pretty standard distance function. Returns the distance between two points. What else do you want?