C# Class Knot3.Framework.Primitives.Parallelogram

Inheritance: Primitive
Show file Open project: knot3/knot3-code Class Usage Examples

Public Methods

Method Description
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

Method Details

Parallelogram() public method

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
return System

Parallelogram() public method

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
return System