C# 클래스 Knot3.Framework.Primitives.Parallelogram

상속: Primitive
파일 보기 프로젝트 열기: knot3/knot3-code 1 사용 예제들

공개 메소드들

메소드 설명
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