Jump to content

Category talk:Wren-vector: Difference between revisions

(Added source code for new 'Wren-vector' module.)
 
(→‎Source code: Bug fix.)
Line 265:
dot(other) {
if (!(other is Vector3)) Fiber.abort("Other must be a Vector3.")
return _x * other.x + _y * other.y + _z * otherzother.z
}
 
9,488

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.