Very happy with my decision to have separate vector and point types in cgmath - <3 type-driven development! bjz.github.io/cgmath/cgmath/
Conversation
@bzaba_ how come?
3
1
Replying to
It’s important to have defined the operators in the correct way eg.
P + V -> P
P - P -> V
What is the wrong way here? What would be wrong V + V = V and V - V = V?


