hittest(boundary,point)
Description:
Checks if the point lies within the given boundaries.
Example:


Previousgetlistitem (List1, Index1, Index2) , List[Index1][Index2]Nextintersect (Line1, Line2, optional Number)
Last updated
Description:
Checks if the point lies within the given boundaries.
Example:


Last updated
<O N="Hittest" T="Project">
<O T="Surface">
<O T="Point" X="0" Y="0" Z="0" />
<O T="Point" X="10" Y="0" Z="0" />
<O T="Point" X="10" Y="10" Z="0" />
<O T="Point" X="0" Y="10" Z="0" />
</O>
<O T="Circle" Radius="1" X="5" Y="5" Z="1" Color="#fcba03" />
<P N="boundary" V="[[0,0],[10,0],[10,10],[0,10]]" />
<P N="hit" V="hittest(boundary,[0,5])" />
</O>