“LlGroundContour”的版本间的差异

来自人工智能助力教育知识百科
跳转至: 导航搜索
(创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名 = Function: vector llGroundContour( vector offset ); |参数= 参数…”)
 
Ty讨论 | 贡献
 
第16行: 第16行:
 
|相关函数=
 
|相关函数=
  
llGround – Gets the ground height
+
[[llGround]] – Gets the ground height
llGroundNormal – Gets the ground normal
+
[[llGroundNormal]] – Gets the ground normal
llGroundSlope – Gets the ground slope
+
[[llGroundSlope]] – Gets the ground slope
  
 
|相关事件=无
 
|相关事件=无
  
 
}}
 
}}

2020年8月20日 (四) 09:44的最新版本

Template:Needs Translation/


函数名
Function: vector llGroundContour( vector offset );
参数:
vector	offset	–	offset relative to the prim's position and expressed in local coordinates
返回值:返回一个矢量,它是在 prim 位置以下的地面等高线方向 + 偏移量。等高线是该点上等高线的方向,即海拔高度没有变化的方向。
注意事项
示例
相关函数
llGround – Gets the ground height

llGroundNormal – Gets the ground normal llGroundSlope – Gets the ground slope

相关事件