aardvark-platform / aardvark.base

Aardvark.Base is the foundation of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
https://aardvarkians.com/
Apache License 2.0
153 stars 9 forks source link

Bit-wise shift operators for vectors/matrices #60

Closed luithefirst closed 3 years ago

luithefirst commented 3 years ago

Integer vectors/matrices (V2i, V3i, V4i, M22i, ...) are missing "<<" and ">>" operators. FShade support would then also be possible.

hyazinthh commented 3 years ago

Implemented these and other bitwise operators in v51.