You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/__test__/Geometry/__snapshots__/GeUtils.test.ts.snap

58 lines
628 B

// 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,
}
`;