C# Класс Afterglow.Graphics.Cameras.Stand

Matrix implementation for IStand.
Наследование: IStand
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CalculateViewMatrix ( Vector3 position, Vector3 direction, Vector3 up ) : Matrix

Calculates the view matrix.

Stand ( ) : Afterglow.Math

Initializes a new instance of the Stand class.

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

CalculateViewMatrix() публичный статический Метод

Calculates the view matrix.
public static CalculateViewMatrix ( Vector3 position, Vector3 direction, Vector3 up ) : Matrix
position Afterglow.Math.Vector3 The position.
direction Afterglow.Math.Vector3 The direction.
up Afterglow.Math.Vector3 The up direction.
Результат Matrix

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

Initializes a new instance of the Stand class.
public Stand ( ) : Afterglow.Math
Результат Afterglow.Math