R3d.Body:raycast

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2019.10
Class: R3d.Body

Description

Performs a ray cast on the body.

r3d.Body:raycast(sx,sy,sz,ex,ey,ez)

Parameters

sx: (number) the starting position of the raycast on the X axis
sy: (number) the starting position of the raycast on the Y axis
sz: (number) the starting position of the raycast on the Z axis
ex: (number) the ending position of the raycast on the X axis
ey: (number) the ending position of the raycast on the Y axis
ez: (number) the ending position of the raycast on the Z axis

Example

ship.body:raycast(0, 0, 0, 0, 0, 32)