C# Класс Afterglow.Math.Vector2

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

Returns the fully qualified type name of this instance.

Vector2 ( float values ) : System

Initializes a new instance of the Vector2 struct.

Vector2 ( float x, float y ) : System

Initializes a new instance of the Vector3 struct.

Описание методов

ToString() публичный Метод

Returns the fully qualified type name of this instance.
public ToString ( ) : string
Результат string

Vector2() публичный Метод

Initializes a new instance of the Vector2 struct.
public Vector2 ( float values ) : System
values float The values.
Результат System

Vector2() публичный Метод

Initializes a new instance of the Vector3 struct.
public Vector2 ( float x, float y ) : System
x float The value for the X-axis.
y float The value for the Y-axis.
Результат System