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

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

This is ready to go here: 
[https://github.com/darkma773r/commons-geometry/tree/name-conventions.] I 
haven't made a pull request yet because this depends on PR 
[https://github.com/apache/commons-geometry/pull/17.|https://github.com/apache/commons-geometry/pull/17,]

> 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)|
> |dotProduct()|dotProduct()|dot()|
> |--|crossProduct()|cross()|
>  
>  
>  



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

Reply via email to