C# Класс Knot3.Framework.Primitives.Parallelogram

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

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

Метод Описание
Parallelogram ( GraphicsDevice device, Vector3 topLeft, Vector3 topRight, Vector3 bottomLeft, Vector3 bottomRight, bool normalToCenter ) : System
Parallelogram ( GraphicsDevice device, Vector3 left, float width, Vector3 up, float height, Vector3 origin, bool normalToCenter ) : System

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

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

public Parallelogram ( GraphicsDevice device, Vector3 topLeft, Vector3 topRight, Vector3 bottomLeft, Vector3 bottomRight, bool normalToCenter ) : System
device GraphicsDevice
topLeft Vector3
topRight Vector3
bottomLeft Vector3
bottomRight Vector3
normalToCenter bool
Результат System

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

public Parallelogram ( GraphicsDevice device, Vector3 left, float width, Vector3 up, float height, Vector3 origin, bool normalToCenter ) : System
device GraphicsDevice
left Vector3
width float
up Vector3
height float
origin Vector3
normalToCenter bool
Результат System