-
Notifications
You must be signed in to change notification settings - Fork 445
Open
Labels
Area: CalcPertains to calculationsPertains to calculationsType: FeatureNew functionalityNew functionality
Description
After seeing some of the complexities in implementing storm motion and shear, it seems like we need a Vector container to make it simpler to group vector components.
- A simple wrapper around a
Quantity - Support unpacking like a tuple
- Support math operations
- Provide
.magnitudeto get vector magnitude - Maybe have methods for
dotandcross - Methods to simplify cross product with unit vectors (think k x vec)
- Easy creation from 2 or more components (with unit checking)
- Easy access to individual components
Metadata
Metadata
Assignees
Labels
Area: CalcPertains to calculationsPertains to calculationsType: FeatureNew functionalityNew functionality