Vec2 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.
Caution
This is no longer used, and might be removed at some point
Struct defining X and Y double values.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This is no longer used, and might be removed at some point ")]
public struct Vec2
type Vec2 = struct
- Inheritance
-
System.ValueTypeVec2
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
Constructors
Vec2(Double, Double) |
Creates a new Vec2 that is defined by |
Fields
X |
The horizontal coordinate. |
Y |
The vertical coordinate. |