LlEuler2Rot
首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
函数名 |
---|
Function: rotation llEuler2Rot( vector v ); |
参数:• vector v – Angle |
返回值:返回Euler Anglesv的旋转表示。 |
注意事项 |
---|
All Issues ~ Search JIRA for related Bugs |
示例 |
---|
示例1
default { state_entry() { vector input = <73.0, -63.0, 20.0> * DEG_TO_RAD; rotation rot = llEuler2Rot(input); llSay(0,"The Euler2Rot of "+(string)input+" is: "+(string)rot ); } } |
相关函数 |
---|
llRot2Euler |
相关事件 |
---|
无 |