Click or drag to resize

UtilPointBetween Method

Overload List
  NameDescription
Public methodStatic memberPointBetween(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).
Public methodStatic memberPointBetween(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).
Top
See Also