Vec2 Struct

Definition

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
Vec2
Attributes

Constructors

Vec2(Double, Double)

Creates a new Vec2 that is defined by x and y.

Fields

X

The horizontal coordinate.

Y

The vertical coordinate.

Applies to