Math.edge

From GiderosMobile
Revision as of 15:28, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2020.9
Class: math

Description

Returns the nearest point on the edge of a given shape. <syntaxhighlight lang="lua"> (table) = math.edge(point,shape) </source>

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