Math

object Math

Functions

Link copied to clipboard
fun lineIntersect(line1Start: Vec2, line1End: Vec2, line2Start: Vec2, line2End: Vec2): Vec2?
Link copied to clipboard
fun pointIsOnLine(lineStart: Vec2, lineEnd: Vec2, point: Vec2): Boolean