Photon-v2 icon indicating copy to clipboard operation
Photon-v2 copied to clipboard

Reduce code duplication for Vector-like classes

Open TzuChieh opened this issue 3 years ago • 0 comments

WIP: vector2 is now using CRTP base; test for more scenes and other platforms; do this to other vec types if everything looks good

Add a Vector4 type, use CRTP for actual return type (most derived); by default methods are protected, use using declaration to expose

TzuChieh avatar Sep 06 '21 16:09 TzuChieh