Questions tagged «vectors»

1
使用GLM获取矢量长度
我对GLM库的行为感到困惑,或者我使用不当。 glm::vec2 testVec(6,-4); float len = testVec.length(); 我得到了2上面的代码片段的值。我相信我正在尝试获取由定义的向量的长度testVec。您很清楚这不是向量的正确长度。我在这里想念什么?
14 c++  vectors  glm 

3
点变换和向量变换有什么区别?
这是我的讲师在课程中告诉我的: 我们仅考虑4 * 4矩阵。这些用于旋转,缩放或平移对象(或这些操作的任意组合)。稍后还将在虚拟相机模型的实现中使用矩阵。如果您不知道矢量变换和点变换之间的区别,请查找它。 我似乎无法仅为这个问题找到答案并为此网站注册了一个帐户。
11 vectors 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.