正在准备搜索索引...
搜索索引不可用
LayaAir3引擎API
LayaAir3引擎API
laya/ik/IK_Constraint_Euler
IK_Constraint_Euler
类 IK_Constraint_Euler
从0度开始,0度对应父joint 实际使用的时候,需要放到一个指定的空间,主要是指定转轴
实现
IK_Constraint1
索引
构造函数
constructor
属性
cur
rotation
xmax
xmin
ymax
ymin
zmax
zmin
方法
constraint
Mat
constraintQ
visualize
构造函数
constructor
new IK_
Constraint_
Euler
(
xmin
?
,
xmax
?
,
ymin
?
,
ymax
?
,
zmin
?
,
zmax
?
)
:
IK_Constraint_Euler
参数
xmin
:
number
= ...
xmax
:
number
= ...
ymin
:
number
= -Math.PI
ymax
:
number
= Math.PI
zmin
:
number
= -Math.PI
zmax
:
number
= Math.PI
返回
IK_Constraint_Euler
属性
cur
cur
:
number
= 0
rotation
rotation
:
Quaternion
= ...
xmax
xmax
:
number
= ...
xmin
xmin
:
number
= ...
ymax
ymax
:
number
= Math.PI
ymin
ymin
:
number
= -Math.PI
zmax
zmax
:
number
= Math.PI
zmin
zmin
:
number
= -Math.PI
方法
constraint
Mat
constraint
Mat
(
mat
,
outQ
)
:
Quaternion
参数
mat
:
Matrix4x4
outQ
:
Quaternion
返回
Quaternion
constraintQ
constraintQ
(
q
)
:
Quaternion
参数
q
:
Quaternion
返回
Quaternion
visualize
visualize
(
liner
,
mat
)
:
void
参数
liner
:
ILinerender
mat
:
Matrix4x4
返回
void
Version
显示设置
成员可见性
继承
外部
配色
自动
浅色
深色
目录
构造函数
constructor
属性
cur
rotation
xmax
xmin
ymax
ymin
zmax
zmin
方法
constraint
Mat
constraintQ
visualize
LayaAir3引擎API
加载中……
从0度开始,0度对应父joint 实际使用的时候,需要放到一个指定的空间,主要是指定转轴