A Check to check if a point is within a certain radius of another point.
More...
A Check to check if a point is within a certain radius of another point.
Gestures.RadiusCheck.RadiusCheck |
( |
Vector3 |
position, |
|
|
float |
radius = 0.4f |
|
) |
| |
|
inline |
Create a Radius Check used to determine whether a point fits inside the defined circular area.
- Parameters
-
position | The center of the circle |
radius | A radius tolerance away from the center |
override float Gestures.RadiusCheck.CheckPasses |
( |
GTransform |
gTransform | ) |
|
|
inlinevirtual |
Determine whether a single GTransform fits inside the area defined by the circle
- Parameters
-
- Returns
- Returns a float (between 0 and 1) representing the distance from the center of the circle, or -1 if the check fails
Implements Gestures.Check.
The documentation for this class was generated from the following file: