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