C# 클래스 Axiom.Core.WireBoundingBox

Summary description for WireBoundingBox.
상속: Axiom.Graphics.SimpleRenderable
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Radius float

공개 메소드들

메소드 설명
GetSquaredViewDepth ( Camera camera ) : float

GetWorldTransforms ( Axiom.MathLib.Matrix4 matrices ) : void

WireBoundingBox ( ) : System

Default constructor.

보호된 메소드들

메소드 설명
SetupBoundingBoxVertices ( Axiom.MathLib.AxisAlignedBox aab ) : void

비공개 메소드들

메소드 설명
InitAABB ( Axiom.MathLib.AxisAlignedBox box ) : void
SetupBoundingBox ( Axiom.MathLib.AxisAlignedBox aabb ) : void

메소드 상세

GetSquaredViewDepth() 공개 메소드

public GetSquaredViewDepth ( Camera camera ) : float
camera Camera
리턴 float

GetWorldTransforms() 공개 메소드

public GetWorldTransforms ( Axiom.MathLib.Matrix4 matrices ) : void
matrices Axiom.MathLib.Matrix4
리턴 void

SetupBoundingBoxVertices() 보호된 메소드

protected SetupBoundingBoxVertices ( Axiom.MathLib.AxisAlignedBox aab ) : void
aab Axiom.MathLib.AxisAlignedBox
리턴 void

WireBoundingBox() 공개 메소드

Default constructor.
public WireBoundingBox ( ) : System
리턴 System

프로퍼티 상세

Radius 보호되어 있는 프로퍼티

protected float Radius
리턴 float