C# Класс Glare.Ray3f

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

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

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

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

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

Initialise the Ray3f.

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

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

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

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

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

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

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

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