C# Класс Glare.Plane2

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

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

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

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

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

Normalize the Plane2 in place.

Plane2 ( Double normalX, Double normalY, Length distance ) : System

Initialise the Plane2.

Plane2 ( Vector2d normal, Length distance ) : System

Initialise the Plane2.

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

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

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

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

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

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

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

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

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

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

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

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