Share via


Vec2 结构

定义

注意

This is no longer used, and might be removed at some point

定义一对 X 和 Y 双精度值的结构。

[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
继承
System.ValueType
Vec2
属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

构造函数

Vec2(Double, Double)
已过时.

新建由 xy 定义的 Vec2

字段

X
已过时.

水平坐标。

Y
已过时.

垂直坐标。

适用于