Math.edge

From GiderosMobile
Revision as of 15:30, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source>" to "</syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2020.9
Class: math

Description

Returns the nearest point on the edge of a given shape.

(table) = math.edge(point,shape)

Parameters

point: (table) the point to test
shape: (table) the shape to test against (see math.raycast)

Return values

Returns (table) the nearest point on the given shape