Search Results for

    Show / Hide Table of Contents

    Method Add

    Add(Vector2, Vector2)

    Adds two vectors.

    Declaration
    public static Vector2 Add(Vector2 left, Vector2 right)
    Parameters
    Type Name Description
    Vector2 left

    The first vector to add.

    Vector2 right

    The second vector to add.

    Returns
    Type Description
    Vector2

    The sum of the two vectors.

    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX