C# Class Axiom.Demos.Line3d

A class for rendering lines in 3d.
Inheritance: Axiom.Graphics.SimpleRenderable
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
GetSquaredViewDepth ( Camera camera ) : float

Line3d ( Vector3 startPoint, Vector3 direction, float length, ColorEx color ) : System

Method Details

GetSquaredViewDepth() public méthode

public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
Résultat float

Line3d() public méthode

public Line3d ( Vector3 startPoint, Vector3 direction, float length, ColorEx color ) : System
startPoint Vector3 Point where the line will start.
direction Vector3 The direction the vector is heading in.
length float The length (magnitude) of the line vector.
color ColorEx The color which this line should be.
Résultat System