tarcieri / micromath

Embedded Rust arithmetic, 2D/3D vector, and statistics library
Apache License 2.0
401 stars 21 forks source link

Add scalar division for vectors #117

Closed sunsided closed 2 months ago

sunsided commented 4 months ago

Second part of #105 that adds scalar division to vectors. Only the standard division (Div<C> for VectorXd<C>) is implemented, not the left-handed version of it.

tarcieri commented 4 months ago

@sunsided needs a rebase

tarcieri commented 2 months ago

@sunsided needs another rebase, hopefully the last one!

sunsided commented 2 months ago

@tarcieri Sure thing!