C# Class Axiom.Core.WireBoundingBox

Summary description for WireBoundingBox.
Inheritance: Axiom.Graphics.SimpleRenderable
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
Radius float

Méthodes publiques

Méthode Description
GetSquaredViewDepth ( Camera camera ) : float

GetWorldTransforms ( Axiom.MathLib.Matrix4 matrices ) : void

WireBoundingBox ( ) : System

Default constructor.

Méthodes protégées

Méthode Description
SetupBoundingBoxVertices ( Axiom.MathLib.AxisAlignedBox aab ) : void

Private Methods

Méthode Description
InitAABB ( Axiom.MathLib.AxisAlignedBox box ) : void
SetupBoundingBox ( Axiom.MathLib.AxisAlignedBox aabb ) : void

Method Details

GetSquaredViewDepth() public méthode

public GetSquaredViewDepth ( Camera camera ) : float
camera Camera
Résultat float

GetWorldTransforms() public méthode

public GetWorldTransforms ( Axiom.MathLib.Matrix4 matrices ) : void
matrices Axiom.MathLib.Matrix4
Résultat void

SetupBoundingBoxVertices() protected méthode

protected SetupBoundingBoxVertices ( Axiom.MathLib.AxisAlignedBox aab ) : void
aab Axiom.MathLib.AxisAlignedBox
Résultat void

WireBoundingBox() public méthode

Default constructor.
public WireBoundingBox ( ) : System
Résultat System

Property Details

Radius protected_oe property

protected float Radius
Résultat float