C# Класс BEPUutilities2.RayHit

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

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

Свойство Тип Описание
Location System.Numerics.Vector3
Normal System.Numerics.Vector3
T float

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

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

Location of the ray hit.
public Vector3,System.Numerics Location
Результат System.Numerics.Vector3

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

Normal of the ray hit.
public Vector3,System.Numerics Normal
Результат System.Numerics.Vector3

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

T parameter of the ray hit. The ray hit location is equal to the ray origin added to the ray direction multiplied by T.
public float T
Результат float