Turn a point with 3 dimensions (position, rotation) into its individual X, Y, and Z values.
将3维(位置,旋转)的点转换为单独的X、Y、Z值。
输入口
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值的数字,可表示垂直位置或偏航旋转。
Z
A number that represents the Z value, which can represent a depth position or roll rotation.
代表Z值的数字,可表示深度位置或滚动旋转。
Related Patches 相关模块
PointPoint UnpackPoint 3DVec4Vec4 Unpack