C# Class DataServer.FieldOfView

Field of view class
Inheritance: Caliburn.Micro.PropertyChangedBase
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FieldOfView ( ) : System
FieldOfView ( double orientation, double range, double rangeMin, double angle, double height ) : System
FromString ( string f ) : FieldOfView

Create a Field of View object from a string

ToString ( ) : string

Method Details

FieldOfView() public méthode

public FieldOfView ( ) : System
Résultat System

FieldOfView() public méthode

public FieldOfView ( double orientation, double range, double rangeMin, double angle, double height ) : System
orientation double
range double
rangeMin double
angle double
height double
Résultat System

FromString() public static méthode

Create a Field of View object from a string
public static FromString ( string f ) : FieldOfView
f string
Résultat FieldOfView

ToString() public méthode

public ToString ( ) : string
Résultat string