C# Class DataServer.FieldOfView

Field of view class
Inheritance: Caliburn.Micro.PropertyChangedBase
显示文件 Open project: TNOCS/csTouch Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public FieldOfView ( ) : System
return System

FieldOfView() public method

public FieldOfView ( double orientation, double range, double rangeMin, double angle, double height ) : System
orientation double
range double
rangeMin double
angle double
height double
return System

FromString() public static method

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

ToString() public method

public ToString ( ) : string
return string