Skip to content

implementation of a Grid type to replace raw Vec<Point> as the star grids - #11

Open
Alex-J-Brown wants to merge 5 commits into
mainfrom
grid_type
Open

implementation of a Grid type to replace raw Vec<Point> as the star grids#11
Alex-J-Brown wants to merge 5 commits into
mainfrom
grid_type

Conversation

@Alex-J-Brown

Copy link
Copy Markdown
Member

While thinking about how to plot the grids I decided that it would be better to define a Grid struct with a points attribute holding the actual grid points, Vec<Point>, and then we could add methods for projecting the grid onto a 2D plane as well as possibly adding other methods such as get_fluxes, get_directions etc. in future. I've gone through with a first go at this. Let me know what you think.

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

Successfully merging this pull request may close these issues.

1 participant