reate a point with 3 dimensions (X, Y, Z). Useful when providing position and rotation values to layers.
創(chuàng)建具有3個(gè)維度(X,Y,Z)的點(diǎn)。用于當(dāng)向圖層提供位置、大小、錨點(diǎn)和軸心。

輸入口
X
A number that represents the X value, which can represent a horizontal position or pitch rotation.
表示X值的數(shù)字,可表示水平位置或俯仰旋轉(zhuǎn)。
Y
A number that represents the Y value, which can represent a vertical position or yaw rotation.
代表Y值的數(shù)字,可表示垂直位置或偏航旋轉(zhuǎn)。
Z
A number that represents the Z value, which can represent a depth position or roll rotation.
代表Z值的數(shù)字,可表示深度位置或滾動(dòng)旋轉(zhuǎn)。

輸出口
Output
A point with 3 dimensions.
一個(gè)三個(gè)維度的點(diǎn)。
Related Patches 相關(guān)模塊
Point,Point Unpack,Point 3D Unpack,Vec4,Vec4 Unpack