C# 클래스 Nomad.Maths.AABB

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

공개 프로퍼티들

프로퍼티 타입 설명
max Vec3
min Vec3

공개 메소드들

메소드 설명
AABB ( Vec3 min, Vec3 max ) : System
ToString ( ) : string
operator ( ) : AABB

메소드 상세

AABB() 공개 메소드

public AABB ( Vec3 min, Vec3 max ) : System
min Vec3
max Vec3
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : AABB
리턴 AABB

프로퍼티 상세

max 공개적으로 프로퍼티

public Vec3,Nomad.Maths max
리턴 Vec3

min 공개적으로 프로퍼티

public Vec3,Nomad.Maths min
리턴 Vec3