| | Name | Description |
|---|
  | SnapTo(Double, Double, Double) |
Return the value between [v1,v2] that is closest to 'p'
|
  | SnapTo(Int32, Int32, Int32) |
Return the value between [v1,v2] that is closest to 'p'
|
  | SnapTo(Single, Single, Single) |
Return the value between [v1,v2] that is closest to 'p'
|
  | SnapTo(Vector2, Vector2, Vector2) |
Return the point on the line going through [v1,v2] that is closest to the point 'p'
|
  | SnapTo(Vector3, Vector3, Vector3) |
Return the point on the line going through [v1,v2] that is closest to the point 'p'
|