C# 클래스 Nexus.Objects2D.Box2D

파일 보기 프로젝트 열기: tgjones/nexus 1 사용 예제들

공개 메소드들

메소드 설명
Box2D ( IntPoint2D min, IntPoint2D max ) : System
Expand ( IntPoint2D point ) : void
Intersection ( Box2D box1, Box2D box2 ) : Box2D
Union ( Box2D box1, Box2D box2 ) : Box2D

메소드 상세

Box2D() 공개 메소드

public Box2D ( IntPoint2D min, IntPoint2D max ) : System
min IntPoint2D
max IntPoint2D
리턴 System

Expand() 공개 메소드

public Expand ( IntPoint2D point ) : void
point IntPoint2D
리턴 void

Intersection() 공개 정적인 메소드

public static Intersection ( Box2D box1, Box2D box2 ) : Box2D
box1 Box2D
box2 Box2D
리턴 Box2D

Union() 공개 정적인 메소드

public static Union ( Box2D box1, Box2D box2 ) : Box2D
box1 Box2D
box2 Box2D
리턴 Box2D