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

Formation should use NDArray #19

Open
thumbnail opened this issue Dec 1, 2017 · 0 comments
Open

Formation should use NDArray #19

thumbnail opened this issue Dec 1, 2017 · 0 comments

Comments

@thumbnail
Copy link
Member

thumbnail commented Dec 1, 2017

Since we removed the option to use different vector providers, i think Formation shouldn't have an generic parameter describing the vector.

/**
* @param agent The {@link Agent} to find a formation vector for.
* @return The formation vector for the specified {@link Agent}.
*/
V getFormationFor(A agent);

The SetSupplier should also have the A extends Agent generic while someone is at it.

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

1 participant