|
|
|
|
|
by xg15
757 days ago
|
|
Yeah, the "an n-dimensional vector is just a struct with n floats" way of thinking is great - until you actually want to apply geometrical operations in the vector space, such as calculating a distance or performing a rotation. Then you have a problem: You cannot visualise such a space and "pretending" to work in 2D/3D space is convenient but often extremely misleading. So what kind of intuition could you use instead then? Or what exactly do you mean with "work perfectly well"? |
|