Re: [math] PolyhedronsSets - intersecting a cube diagonally

2019-01-26 Thread Sven Rathgeber

> Please have a look at the fix (in "master" now).

> Thanks a lot for the report,

> Gilles


Hi Gilles and Matt,

the fix works !!! Thanks a lot.

Cheers.

Sven


-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [math] PolyhedronsSets - intersecting a cube diagonally

2019-01-25 Thread Gilles Sadowski
Hi Sven.

Le jeu. 24 janv. 2019 à 09:21, Sven Rathgeber  a écrit :
>
> > Matt Juntunen leads the development of "Commons Geometry".
> > Hopefully, he'll have a look at your example.

Please have a look at the fix (in "master" now).

Thanks a lot for the report,
Gilles

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [math] PolyhedronsSets - intersecting a cube diagonally

2019-01-24 Thread Sven Rathgeber
> Matt Juntunen leads the development of "Commons Geometry".
> Hopefully, he'll have a look at your example.
> Best would be to file a report on the bug-tracking system[1] and
> attach a patch (or a git pull request) to it.

> Thanks,
> Gilles

> [1] https://issues.apache.org/jira/projects/GEOMETRY

Done.

Issue: https://issues.apache.org/jira/browse/GEOMETRY-38
Pull request: https://github.com/apache/commons-geometry/pull/19

Cheers,
Sven

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: Re: [math] PolyhedronsSets - intersecting a cube diagonally

2019-01-23 Thread Gilles Sadowski
Hi.

Le mer. 23 janv. 2019 à 13:16, Sven Rathgeber  a écrit :
>
> > Codes in package "o.a.c.m.geometry" of Commons Math are being superseded
> > by a new component.[1]
> > It is currently in development and we hope to release a beta version soon; 
> > you
> > are most welcome to help with testing.[2]
>
> > Please try the new project's code, and let us know how it goes.
>
> Thanks for the quick reply.
>
> I checked out the new geometry repo and added my test to
>
> org/apache/commons/geometry/euclidean/threed/PolyhedronsSetTest.java
>
> -> same result. The SubHyperplane is null.
>
> hmm, I'm not sure, if I use the library correctly or if this is a corner case 
> ?

Matt Juntunen leads the development of "Commons Geometry".
Hopefully, he'll have a look at your example.
Best would be to file a report on the bug-tracking system[1] and
attach a patch (or a git pull request) to it.

Thanks,
Gilles

[1] https://issues.apache.org/jira/projects/GEOMETRY

>
> Regards. Sven

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Aw: Re: [math] PolyhedronsSets - intersecting a cube diagonally

2019-01-23 Thread Sven Rathgeber
> Codes in package "o.a.c.m.geometry" of Commons Math are being superseded
> by a new component.[1]
> It is currently in development and we hope to release a beta version soon; you
> are most welcome to help with testing.[2]

> Please try the new project's code, and let us know how it goes.

Thanks for the quick reply.

I checked out the new geometry repo and added my test to

org/apache/commons/geometry/euclidean/threed/PolyhedronsSetTest.java

-> same result. The SubHyperplane is null.

hmm, I'm not sure, if I use the library correctly or if this is a corner case ?

Regards. Sven

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [math] PolyhedronsSets - intersecting a cube diagonally

2019-01-22 Thread Gilles Sadowski
Hello.

Le mar. 22 janv. 2019 à 11:06, Sven Rathgeber  a écrit :
>
> Hi,
>
> I'm working with PolyhedronsSets. To get a basic understanding
> I set up a cube and tried to intersect it diagonally. (apache.commons.math 
> 3.6.1)

Codes in package "o.a.c.m.geometry" of Commons Math are being superseded
by a new component.[1]
It is currently in development and we hope to release a beta version soon; you
are most welcome to help with testing.[2]

> When debugging the following test, it looks to me, that Vector(0,0,0) is
> ignored, since it is on the border.
>
> Hmm, any ideas.

Please try the new project's code, and let us know how it goes.

Best regards,
Gilles

[1] https://commons.apache.org/geometry
[2] Source repository is here:
https://gitbox.apache.org/repos/asf?p=commons-geometry.git

> [...]

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org