Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing some files #1

Closed
CrackerHax opened this issue Oct 27, 2014 · 9 comments
Closed

Missing some files #1

CrackerHax opened this issue Oct 27, 2014 · 9 comments

Comments

@CrackerHax
Copy link

svprefix.h, svmath.h both missing

@xw0
Copy link
Owner

xw0 commented Oct 28, 2014

I've not put the indicated header files, because they contain other functionalities, and are not directly relevant to the algorithm.

However, it should be a trivial task to add the missing classes for building the code.

@xw0 xw0 closed this as completed Oct 28, 2014
@CrackerHax
Copy link
Author

It would be terrific to see the entire code for the app you made as example code, but this is wonderful thanks a lot!


From: x-w notifications@github.com
To: x-w/spherical_voronoi_core spherical_voronoi_core@noreply.github.com
Cc: blackplastick blackplastick@yahoo.com
Sent: Tuesday, October 28, 2014 7:18 PM
Subject: Re: [spherical_voronoi_core] Missing some files (#1)

I've not put the indicated header files, because they contain other functionalities, and are not directly relevant to the algorithm.
However, it should be a trivial task to add the missing classes for building the code.

Reply to this email directly or view it on GitHub.

@frmr
Copy link

frmr commented May 10, 2015

Cracking code, @x-w , but adding svPrefix.h and svMath.h is proving to be more difficult than expected. If you could add them to the repository, or even post them somewhere else for reference, I would be very appreciative. Thanks in advance.

@affonsoloyola
Copy link

Can you clarify the equalWithEps method and Point class ?

Does the Point class holds phi theta position (calculated cartesian)

Great pice of code!

@xw0
Copy link
Owner

xw0 commented Dec 7, 2015

I uploaded svMath.h to github. Just take it as a reference.

On Dec 6, 2015, at 4:14 PM, affonsoloyola notifications@github.com wrote:

Can you clarify the equalWithEps method and Point class ?

Does the Point class holds phi theta position (calculated cartesian)

Great pice of code!


Reply to this email directly or view it on GitHub #1 (comment).

@affonsoloyola
Copy link

affonsoloyola commented Apr 2, 2017 via email

@xw0
Copy link
Owner

xw0 commented Apr 3, 2017

I don't think there were many things special when generating the random points. Have you pre-filtered your random points to remove duplicated ones (and the ones which are too close)?

However, I haven't tried to use it on >1000 initial points. There could be bugs with a large dataset, which I am not aware.

@affonsoloyola
Copy link

affonsoloyola commented Apr 3, 2017 via email

@xw0
Copy link
Owner

xw0 commented Apr 4, 2017

That's good to know!

Unfortunately, the mentioned code stays on a computer which I rarely use now. I'll check it later when I get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants