C# Класс BEPUutilities2.Plane

Provides XNA-like plane functionality.
Показать файл Открыть проект

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

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

Приватные методы

Метод Описание
DotCoordinate ( System.Numerics.Vector3 &v ) : float
Plane ( System.Numerics.Vector3 &position, System.Numerics.Vector3 &normal ) : System.Numerics
Plane ( System.Numerics.Vector3 normal, float d ) : System.Numerics

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

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

Negative distance to the plane from the origin along the normal.
public float D
Результат float

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

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