vec3.midPoint: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (Mex moved page Vec3.midPoint to vec3.midPoint)
 
No edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = shared
|name = midPoint
|side = shared
|type = method
|type = method
|class = Vec3
|class = Vec3
|name = midPoint
|games = iii vc sa iv
|parameters = Vec3 vector2
|desc = fetch the mid point of the two 3D vectors
|parameter1 = Vec2 vector The second 2D vector.
|arg1 = Vec2 vector The second 2D vector.
|returnTypes = Vec3
|return = Vec3 a 3D vector representing the mid point of the two 3D vectors
|usage = fetch the mid point of the two 3D vectors
|freturn = Vec3 Vec3(0.0,0.0,0.0)
|returnInfo = a 3D vector representing the mid point of the two 3D vectors
|returnFail1 = Vec3 Vec3(0.0,0.0,0.0)
}}
}}
6,833

edits

Navigation menu