// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`getLoocAtUpVec 1`] = ` Vector3 { "x": 0, "y": 1, "z": 0, } `; exports[`getLoocAtUpVec 2`] = ` Vector3 { "x": 0, "y": -1, "z": 0, } `; exports[`getLoocAtUpVec 3`] = ` Vector3 { "x": 0, "y": 0, "z": 1, } `; exports[`getLoocAtUpVec 4`] = ` Vector3 { "x": 0, "y": 0, "z": 1, } `; exports[`getLoocAtUpVec 5`] = ` Vector3 { "x": 0, "y": -0, "z": 1, } `; exports[`should behave... 1`] = ` Vector3 { "x": 0.8775825618903728, "y": 0.479425538604203, "z": 0, } `; exports[`should behave... 2`] = ` Vector3 { "x": 1, "y": 0, "z": 0, } `;