C# Класс BEPUutilities.RayHit

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

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

Свойство Тип Описание
Location Microsoft.Xna.Framework.Vector3
Normal Microsoft.Xna.Framework.Vector3
T float

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

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

Location of the ray hit.
public Vector3,Microsoft.Xna.Framework Location
Результат Microsoft.Xna.Framework.Vector3

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

Normal of the ray hit.
public Vector3,Microsoft.Xna.Framework Normal
Результат Microsoft.Xna.Framework.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