C# Класс Glare.Ray2d

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

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

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

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

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

Initialise the Ray2d.

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

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

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

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

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

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

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

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