You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles Sadowski (Jira)" <ji...@apache.org> on 2020/02/07 12:17:00 UTC

[jira] [Commented] (MATH-1512) euclidean.threed.Line has no toString implementation, nor is it Serializable

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

Gilles Sadowski commented on MATH-1512:
---------------------------------------

Most of the functionality contained in the {{org.apache.commons.math3.geometry}} package has been moved and refactored in a new ["Commons Geometry" project|http://commons.apache.org/proper/commons-geometry/modules.html].

This issue should be raised first on the "dev" mailing list (using the "[Geometry]" prefix on the subject line).
Then, if needed, an report can be filed in the corresponding [bug-tracker|https://issues.apache.org/jira/browse/GEOMETRY].


> euclidean.threed.Line has no toString implementation, nor is it Serializable
> ----------------------------------------------------------------------------
>
>                 Key: MATH-1512
>                 URL: https://issues.apache.org/jira/browse/MATH-1512
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 3.6.1
>         Environment: Java, equally on Windows and Android, because I use the same library file for that
>            Reporter: Antonio Noack
>            Priority: Major
>              Labels: Line,, serializable, toString
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> org.apache.commons.math3.geometry.euclidean.threed.Line should have a string representation, like org.apache.commons.math3.geometry.euclidean.threed.Vector3D does. (public String toString())
> I'd propose "BaseVector + t*DirectionalVector", but there is probably a nicer way. I estimated 2h because of the discussion about that.
>  
> It also should be Serializable, because that's required for some projects (e.g. mine), and should be there. There are work arounds for that, but making it Serializable should be really easy. (implements Serializable)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)