C# Класс Glare.Plane4

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

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

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

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

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

Normalize the Plane4 in place.

Plane4 ( Double normalX, Double normalY, Double normalZ, Double normalW, Length distance ) : System

Initialise the Plane4.

Plane4 ( Vector4d normal, Length distance ) : System

Initialise the Plane4.

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

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

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

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

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

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

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

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

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

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

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

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