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

Additional API functions #9

Open
daviddoria opened this issue Feb 15, 2011 · 3 comments
Open

Additional API functions #9

daviddoria opened this issue Feb 15, 2011 · 3 comments

Comments

@daviddoria
Copy link

float GetPathLength();
bool PathReachedEndPoint(); // returns false if the path from startPoint to endPoint cannot be found

@arnaudgelas
Copy link
Owner

Just a question regarding the GetPathLength method.

Should this method return the "euclidean" distance or the "geodesic" one (the last one would take into account speed function)?

@daviddoria
Copy link
Author

Why not have both?

GetEuclideanPathLength()
GetGeodesicPathLength()

@arnaudgelas
Copy link
Owner

Sounds good to me!

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

No branches or pull requests

2 participants