C# 클래스 IrrlichtNETCP.ViewFrustum

상속: NativeElement
파일 보기 프로젝트 열기: Paulus/irrlichtnetcp

공개 메소드들

메소드 설명
RecalculateBoundingBox ( ) : void
Transform ( Matrix4 mat ) : void
ViewFrustum ( IntPtr raw ) : System

비공개 메소드들

메소드 설명
VF_GetBoundingBox ( IntPtr vf, [ box ) : void
VF_GetFarLeftDown ( IntPtr vf, [ pf ) : void
VF_GetFarLeftUp ( IntPtr vf, [ pf ) : void
VF_GetFarRightDown ( IntPtr vf, [ pf ) : void
VF_GetFarRightUp ( IntPtr vf, [ pf ) : void
VF_RecalculateBoundingBox ( IntPtr v ) : void
VF_Transform ( IntPtr vf, [ mat ) : void

메소드 상세

RecalculateBoundingBox() 공개 메소드

public RecalculateBoundingBox ( ) : void
리턴 void

Transform() 공개 메소드

public Transform ( Matrix4 mat ) : void
mat Matrix4
리턴 void

ViewFrustum() 공개 메소드

public ViewFrustum ( IntPtr raw ) : System
raw System.IntPtr
리턴 System