inside
Checks if the point defined by x, y, and z coordinates is inside the hitbox.
Return
True if the point is inside the hitbox, false otherwise.
Parameters
x
The x coordinate of the point.
y
The y coordinate of the point.
z
The z coordinate of the point.
fun inside(point: ERROR CLASS: Symbol not found for Triple<kotlin/Int, kotlin/Int, kotlin/Int>): Boolean
fun inside(point: ERROR CLASS: Symbol not found for Triple<kotlin/Double, kotlin/Double, kotlin/Double>): Boolean
Checks if the point defined by the point triple is inside the hitbox.
Return
True if the point is inside the hitbox, false otherwise.
Parameters
point
A triple representing the (x, y, z) coordinates of the point.
Checks if the point defined by the x, y, and z triple is inside the hitbox.
Return
True if the point is inside the hitbox, false otherwise.
Parameters
x
The X coordinate of the triple
y
The Y coordinate of the triple
z
The Z coordinate of the triple