Vector4.Distancestatic function Distance (a : Vector4, b : Vector4) : floatDescriptionReturns the distance between a and b. Vector4.Distance(a,b) is the same as (a-b).magnitude |
|
||||
| Scripting > Runtime Classes > Vector4 | ||||
Vector4.Distancestatic function Distance (a : Vector4, b : Vector4) : floatDescriptionReturns the distance between a and b. Vector4.Distance(a,b) is the same as (a-b).magnitude |