• Copies a vector. (same as vec4.clone) Also see vec4.create and vec4.set

    Type Parameters

    Parameters

    • v: BaseArgType

      The vector.

    • Optional dst: T

      vector to hold result. If not passed in a new one is created.

    Returns T

    A copy of v.