Click or drag to resize

UtilSnapTo Method

Overload List
  NameDescription
Public methodStatic memberSnapTo(Double, Double, Double)
Return the value between [v1,v2] that is closest to 'p'
Public methodStatic memberSnapTo(Int32, Int32, Int32)
Return the value between [v1,v2] that is closest to 'p'
Public methodStatic memberSnapTo(Single, Single, Single)
Return the value between [v1,v2] that is closest to 'p'
Public methodStatic memberSnapTo(Vector2, Vector2, Vector2)
Return the point on the line going through [v1,v2] that is closest to the point 'p'
Public methodStatic memberSnapTo(Vector3, Vector3, Vector3)
Return the point on the line going through [v1,v2] that is closest to the point 'p'
Top
See Also