10.17 Utility - Point Unpack 打散2D点


Turn a point with 2 dimensions (position, rotation) into its individual X, Y, and Z values.
将2维(位置,旋转)的点转换为单独的X、Y值。

10.17 Utility - Point Unpack 打散2D点_第1张图片

输入口
Input
A point with 3 dimensions.
一个三个维度的点。

输出口

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值的数字,可表示垂直位置或偏航旋转。


Related Patches 相关模块

PointPoint 3DPoint 3D UnpackVec4Vec4 Unpack


Related Examples

Instagram Adjust
Use drag to control the Instagram straighten tool.


你可能感兴趣的:(10.17 Utility - Point Unpack 打散2D点)