vec3.distance: Difference between revisions

no edit summary
m (Mex moved page Vec3.distance to vec3.distance)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = shared
|name = distance
|side = shared
|type = method
|type = method
|class = Vec3
|class = Vec3
|name = distance
|games = iii vc sa iv
|parameters = Vec3 vector2
|desc = fetch the distance of the two 3D vectors
|parameter1 = Vec2 vector The second 2D vector.
|arg1 = Vec3 vector The second 3D vector.
|returnTypes = float
|return = float a floating-point number representing the distance of the two 3D vectors
|usage = fetch the distance of the two 3D vectors
|freturn = Vec3 Vec3(0.0,0.0,0.0)
|returnInfo = a floating-point number representing the distance of the two 3D vectors
|returnFail1 = Vec3 Vec3(0.0,0.0,0.0)
}}
}}
6,834

edits