Interpolate
Quaternion.Interpolate method
用给定四元数参数之间的插值填充此四元数,用于 from 和 to 之间。
public static Quaternion Interpolate(float t, Quaternion from, Quaternion to)
范围 | 类型 | 描述 |
---|---|---|
t | Single | 要插值的系数。 |
from | Quaternion | 源四元数。 |
to | Quaternion | 目标四元数。 |
返回值
内插四元数。
也可以看看
- struct Quaternion
- 命名空间 Aspose.ThreeD.Utilities
- 部件 Aspose.3D