KVector3d.appliedEuler() method
对当前向量应用一个由欧拉角定义的旋转变换,得到一个新向量。
Return a new Vector which is the result of this vector transformed by the input euler angles.
Signature:
appliedEuler(euler: KEuler): KVector3d;
Parameters
Parameter | Type | Description |
---|---|---|
euler | 欧拉角和欧拉 角的顺序 the input Euler angles and their order. |
Returns:
得到一个新的向量。
The new vector.