10.15 Utility - Point 3D 三维点

2017-02-25  本文已影响30人  刘板栗

reate a point with 3 dimensions (X, Y, Z). Useful when providing position and rotation values to layers.

创建具有3个维度(X,Y,Z)的点。用于当向图层提供位置、大小、锚点和轴心。

输入口

X
A number that represents the X value, which can represent a horizontal position or pitch rotation.
表示X值的数字,可表示水平位置或俯仰旋转。

Y
A number that represents the Y value, which can represent a vertical position or yaw rotation.
代表Y值的数字,可表示垂直位置或偏航旋转。

Z
A number that represents the Z value, which can represent a depth position or roll rotation.
代表Z值的数字,可表示深度位置或滚动旋转。

输出口

Output
A point with 3 dimensions.
一个三个维度的点。


Related Patches 相关模块

Point,Point Unpack,Point 3D Unpack,Vec4,Vec4 Unpack


上一篇下一篇

猜你喜欢

热点阅读