Vector3i 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 Vector3i : IEquatable<OpenTK.Vector3i>
type Vector3i = struct
- Inheritance
-
Vector3i
- Attributes
- Implements
Constructors
Vector3i(Int32, Int32, Int32) | |
Vector3i(Vector2i) | |
Vector3i(Vector3i) |
Fields
One | |
SizeInBytes | |
UnitX | |
UnitY | |
UnitZ | |
X | |
Y | |
Z | |
Zero |
Properties
Xy |
Methods
Operators
Addition(Vector3i, Vector3i) | |
Equality(Vector3i, Vector3i) | |
Inequality(Vector3i, Vector3i) | |
Subtraction(Vector3i, Vector3i) | |
UnaryNegation(Vector3i) |