Vector2.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Add(Vector2, Vector2) | |
Add(Vector2, Vector2, Vector2) |
Add two Vectors |
Add(Vector2) |
Obsolete.
Add the Vector passed as parameter to this instance. |
Add(Vector2) |
Obsolete.
Add the Vector passed as parameter to this instance. |
Add(Vector2, Vector2)
Add(Vector2, Vector2, Vector2)
Add(Vector2)
Caution
Use static Add() method instead.
Add the Vector passed as parameter to this instance.
[System.Obsolete("Use static Add() method instead.")]
public void Add (OpenTK.Vector2 right);
member this.Add : OpenTK.Vector2 -> unit
Parameters
- right
- Vector2
Right operand. This parameter is only read from.
- Attributes
Applies to
Add(Vector2)
Caution
Use static Add() method instead.
Important
This API is not CLS-compliant.
Add the Vector passed as parameter to this instance.
[System.CLSCompliant(false)]
[System.Obsolete("Use static Add() method instead.")]
public void Add (ref OpenTK.Vector2 right);
member this.Add : -> unit
Parameters
- right
- Vector2
Right operand. This parameter is only read from.
- Attributes