C# 클래스 FlatRedBall.Math.Geometry.Frustum

A drawable, 3D volume defining the visible area of a camera. This can be used to display the visible area of a Camera.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
Frustum ( BoundingFrustum sourceBoundingFrustum ) : System
UpdateFromBoundingFrustum ( BoundingFrustum sourceBoundingFrustum ) : void

메소드 상세

Frustum() 공개 메소드

public Frustum ( BoundingFrustum sourceBoundingFrustum ) : System
sourceBoundingFrustum BoundingFrustum
리턴 System

UpdateFromBoundingFrustum() 공개 메소드

public UpdateFromBoundingFrustum ( BoundingFrustum sourceBoundingFrustum ) : void
sourceBoundingFrustum BoundingFrustum
리턴 void