C# Класс Axiom.Demos.Line3d

A class for rendering lines in 3d.
Наследование: Axiom.Graphics.SimpleRenderable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetSquaredViewDepth ( Camera camera ) : float

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

Описание методов

GetSquaredViewDepth() публичный Метод

public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
Результат float

Line3d() публичный Метод

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.
Результат System