UtilPoint |
| Name | Description | |
|---|---|---|
| PointBetween(Vector3, Vector3, Vector3) | P is expected to be on the projection of [U1,U2] but this function will return whether it is between U1 and U2 (using 10^-6 as the tolerance for comparisons). | |
| PointBetween(Vector3, Vector3, Vector3, Double) | P is expected to be on the projection of [U1,U2] but this function will return whether it is between U1 and U2 (using the supplied epsilon as the tolerance for comparisons). |