Using unions inside templated math vector structure

前端 未结 0 1357
甜味超标
甜味超标 2021-02-05 03:12

I have a Vector3 structure that I define using a union, such that I can access individual elements by both a variable and array:

 struct Vector3 {
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题