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:55:00 UTC

[jira] [Created] (GEOMETRY-154) Implement divideVectorWithRatio(Vector x, double ratio)

Dimitrios Efthymiou created GEOMETRY-154:
--------------------------------------------

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


It takes a vector, say, u = (10) and divides it with ratio, say 1/2. That will return a pair of vectors v = (3.33) and w = (6.66). Regardless of dimensions, both vectors start at the point of origin



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