R3d.Fixture:testPointInside

From GiderosMobile
Revision as of 07:38, 23 January 2020 by MoKaLux (talk | contribs) (Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Fixture<br/> === Description === Checks if a point is inside the fixture. <source lang="lua"> r3d.Fixture:tes...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2019.10
Class: R3d.Fixture

Description

Checks if a point is inside the fixture.

r3d.Fixture:testPointInside(x,y,z)

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