6,834
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = distance | ||
|side = shared | |||
|type = method | |type = method | ||
|class = Vec3 | |class = Vec3 | ||
| | |games = iii vc sa iv | ||
| | |desc = fetch the distance of the two 3D vectors | ||
| | |arg1 = Vec3 vector The second 3D vector. | ||
| | |return = float a floating-point number representing the distance of the two 3D vectors | ||
|freturn = Vec3 Vec3(0.0,0.0,0.0) | |||
| | |||
}} | }} |
edits