美文网首页
10.14 Utility - Point 点

10.14 Utility - Point 点

作者: 刘板栗 | 来源:发表于2017-02-25 00:14 被阅读29次

    Create a point with 2 dimensions (X, Y). Useful when providing position, size, anchor, and pivot values to layers.

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

    输入口

    X
    A number that represents the horizontal X value.
    表示水平X值的数字。

    Y
    A number that represents the vertical Y value.
    表示垂直Y值的数字。

    输出口

    Output
    A point with 2 dimensions.
    一个两个维度的点。


    Related Patches 相关模块

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


    Related Examples 案例

    Instagram Adjust
    Use drag to control the Instagram straighten tool.


    相关文章

      网友评论

          本文标题:10.14 Utility - Point 点

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