Vector2i Struct
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.
[System.Serializable]
public struct Vector2i : IEquatable<OpenTK.Vector2i>
type Vector2i = struct
- Inheritance
-
Vector2i
- Attributes
- Implements
Constructors
Vector2i(Int32, Int32) |
Fields
One | |
SizeInBytes | |
UnitX | |
UnitY | |
X | |
Y | |
Zero |
Methods
Operators
Addition(Vector2i, Vector2i) | |
Equality(Vector2i, Vector2i) | |
Inequality(Vector2i, Vector2i) | |
Subtraction(Vector2i, Vector2i) | |
UnaryNegation(Vector2i) |