From 7f0a814b3f18ec13c1e9bbd2f9f09412781a92ab Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 22 Oct 2023 15:18:40 -0700 Subject: [PATCH] Vector: IsParallel now works. There should be a devlog entry shortly describing this, but the code for IsParallel wasn't working on arm64 (Linux or Darwin). Floating point math is weird. --- .idea/codeStyles/Project.xml | 3 +++ include/scmp/geom/Vector.h | 26 +++++++++++++++++++------- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index fcb6bdd..8f3813e 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -7,6 +7,9 @@