C# Класс Glare.Plane4d

A Vector4d normal with a Double distance from origin.
Показать файл Открыть проект

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

Свойство Тип Описание
Distance Double
Normal Vector4d

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

Метод Описание
NormalizeInPlace ( ) : void

Normalize the Plane4d in place.

Plane4d ( Double normalX, Double normalY, Double normalZ, Double normalW, Double distance ) : System

Initialise the Plane4d.

Plane4d ( Vector4d normal, Double distance ) : System

Initialise the Plane4d.

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

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

Normalize the Plane4d in place.
public NormalizeInPlace ( ) : void
Результат void

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

Initialise the Plane4d.
public Plane4d ( Double normalX, Double normalY, Double normalZ, Double normalW, Double distance ) : System
normalX Double
normalY Double
normalZ Double
normalW Double
distance Double
Результат System

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

Initialise the Plane4d.
public Plane4d ( Vector4d normal, Double distance ) : System
normal Vector4d
distance Double
Результат System

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

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

Get or set the distance from origin.
public Double Distance
Результат Double

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

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