Skip to content

Commit

Permalink
Update epsilon for orthogonality check
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Nov 21, 2024
1 parent 19ead07 commit b08e047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation/extensions/NgaGpmValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const UNIT_VECTOR_LENGTH_EPSILON = 0.00001;
* is greater than this epsilon, then this is considered
* to be a validation error.
*/
const ORTHOGONAL_VECTORS_DOT_PRODUCT_EPSILON = 0.0005;
const ORTHOGONAL_VECTORS_DOT_PRODUCT_EPSILON = 0.01;

/**
* A class for the validation of `NGA_gpm` extension objects
Expand Down

0 comments on commit b08e047

Please sign in to comment.