Antonio Noack created MATH-1512:
-----------------------------------
Summary: 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
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)