You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dimitrios Efthymiou (Jira)" <ji...@apache.org> on 2023/07/15 00:45:00 UTC

[jira] [Created] (GEOMETRY-152) Implement isOrthonormalTo(Vector x, Vector y)

Dimitrios Efthymiou created GEOMETRY-152:
--------------------------------------------

             Summary: Implement isOrthonormalTo(Vector x, Vector y)
                 Key: GEOMETRY-152
                 URL: https://issues.apache.org/jira/browse/GEOMETRY-152
             Project: Commons Geometry
          Issue Type: New Feature
          Components: euclidean1D, euclidean2D, euclidean3D
            Reporter: Dimitrios Efthymiou


2 vectors are orthonormal if

x.norm() == 1 && y.norm() == 1 && arePerpendicular(x, y)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)