6,834
edits
m (Mex moved page Vec3.midPoint to vec3.midPoint) |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = midPoint | ||
|side = shared | |||
|type = method | |type = method | ||
|class = Vec3 | |class = Vec3 | ||
| | |games = iii vc sa iv | ||
| | |desc = fetch the mid point of the two 3D vectors | ||
| | |arg1 = Vec2 vector The second 2D vector. | ||
| | |return = Vec3 a 3D vector representing the mid point of the two 3D vectors | ||
|freturn = Vec3 Vec3(0.0,0.0,0.0) | |||
| | |||
}} | }} |
edits