美文网首页
10.15 Utility - Point 3D 三维点

10.15 Utility - Point 3D 三维点

作者: 刘板栗 | 来源:发表于2017-02-25 00:26 被阅读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


    相关文章

      网友评论

          本文标题:10.15 Utility - Point 3D 三维点

          本文链接:https://www.haomeiwen.com/subject/vadgwttx.html