C# Класс Glare.Ray2f

A Vector2f position with a Vector2f normal.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Normal Vector2f
Origin Vector2f

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

Метод Описание
Ray2f ( Vector2f origin, Vector2f normal ) : System

Initialise the Ray2f.

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

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

Initialise the Ray2f.
public Ray2f ( Vector2f origin, Vector2f normal ) : System
origin Vector2f
normal Vector2f
Результат System

Описание свойств

Normal публичное свойство

Get or set the direction of the Ray2f.
public Vector2f Normal
Результат Vector2f

Origin публичное свойство

Get or set the origin of the Ray2f.
public Vector2f Origin
Результат Vector2f