R3d.Fixture:testPointInside

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

Available since: Gideros 2019.10
Class: R3d.Fixture

Description

Checks if a point is inside the fixture. <syntaxhighlight lang="lua"> r3d.Fixture:testPointInside(x,y,z) </source>

Parameters

x: (number) the position of the point on the X axis
y: (number) the position of the point on the Y axis
z: (number) the position of the point on the Z axis

Example

<syntaxhighlight lang="lua"> </source>