Skip to content

Implement Default for the geometry structs

I wanted to store some of the geometry structs in a struct of mine that already implemented Default.

For what it's worth, implementing Default is also suggested by this set of API guidelines.

Merge request reports