Skip to content

ngeom library #23

@brendanzab

Description

@brendanzab

I am seriously considering transitioning from my cgmath library to nalgebra, seeing as it is now insanely well polished, and it would allow me to use your collision and physics stuff without having to re-invent the wheel. Some of the things I love about cgmath though is:

  • points as a separate concept to vectors with the following operators:
    • (*) : Point a -> a -> Point a
    • (/) : Point a -> a -> Point a
    • (+) : Point a -> Vector a -> Point a
    • (-) : Point a -> Point a -> Vector a
  • Separate types for radian and degree units
  • Projection structures with conversions to matrices

These things don't really make sense for a linear algebra library, but is it possible that we could have a separate library for these?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions