C# Класс Glare.Ray4f

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

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

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

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

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

Initialise the Ray4f.

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

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

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

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

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

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

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

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