[ 
https://issues.apache.org/jira/browse/GEOMETRY-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16726693#comment-16726693
 ] 

Matt Juntunen commented on GEOMETRY-31:
---------------------------------------

Ok. I'll make both of those changes. If you agree, then we'll need to update 
commons-numbers as well. I know that {{Quaternion}} has {{dotProduct}} at least.

> Standardize Method Names with commons-numbers
> ---------------------------------------------
>
>                 Key: GEOMETRY-31
>                 URL: https://issues.apache.org/jira/browse/GEOMETRY-31
>             Project: Apache Commons Geometry
>          Issue Type: Task
>            Reporter: Matt Juntunen
>            Priority: Major
>
> There are many general operations that are common between classes in 
> commons-numbers and commons-geometry but that use different method names. The 
> table below captures these discrepancies (at least the ones I've found) and 
> the name that I think we should standardize on.
> ||commons-numbers||commons-geometry||suggested standard||
> |norm()|getNorm()|norm()|
> |normSq()|getNormSq()|normSq()|
> |inverse()|getInverse()|inverse()|
> |multiply(double)|scalarMultiply(double)|multiply(double)|
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to