跳到主要内容

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;

Links: appliedEuler(euler: KEuler): KVector3d;

Parameters

Parameter

Type

Description

euler

KEuler

欧拉角和欧拉角的顺序

the input Euler angles and their order.

Returns:

KVector3d

得到一个新的向量。

The new vector.