C# 클래스 ShowIt.AABB

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

공개 프로퍼티들

프로퍼티 타입 설명
position Point3D
size Vector3D

공개 메소드들

메소드 설명
AABB ( Vector3D size, Point3D position ) : System

메소드 상세

AABB() 공개 메소드

public AABB ( Vector3D size, Point3D position ) : System
size Vector3D
position Point3D
리턴 System

프로퍼티 상세

position 공개적으로 프로퍼티

public Point3D position
리턴 Point3D

size 공개적으로 프로퍼티

public Vector3D size
리턴 Vector3D