-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementMinor alteration to an existing featureMinor alteration to an existing feature
Description
Framework in its current state defines, from scratch, home-grown Vector2 and Matrix2 classes (implementations based on those in InfiniTAM).
This is unnecessary and difficult to expand to alternative element types, i.e. Vector3, Matrix4, etc. Instead, these should be just classes extending Eigen's own Vector3, Matrix2, etc., adding the missing functionality.
For instance, Vector2f_uv class could add a Vector2f(single_value) constructor, u() and v() member functions (getters), etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementMinor alteration to an existing featureMinor alteration to an existing feature