Vector4.Sub 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
Sub(Vector4, Vector4, Vector4) |
Subtract one Vector from another |
Sub(Vector4) |
Obsolete.
Subtract the Vector passed as parameter from this instance. |
Sub(Vector4) |
Obsolete.
Subtract the Vector passed as parameter from this instance. |
Sub(Vector4, Vector4) |
Sub(Vector4, Vector4, Vector4)
Sub(Vector4)
Caution
Use static Subtract() method instead.
Subtract the Vector passed as parameter from this instance.
[System.Obsolete("Use static Subtract() method instead.")]
public void Sub (OpenTK.Vector4 right);
member this.Sub : OpenTK.Vector4 -> unit
Parameters
- right
- Vector4
Right operand. This parameter is only read from.
- Attributes
Applies to
Sub(Vector4)
Caution
Use static Subtract() method instead.
Important
This API is not CLS-compliant.
Subtract the Vector passed as parameter from this instance.
[System.CLSCompliant(false)]
[System.Obsolete("Use static Subtract() method instead.")]
public void Sub (ref OpenTK.Vector4 right);
member this.Sub : -> unit
Parameters
- right
- Vector4
Right operand. This parameter is only read from.
- Attributes