C# Class Strabo.Core.DataType.LineFunction

Exibir arquivo Open project: usc-isi-i2/strabo-arcstrabo Class Usage Examples

Public Properties

Property Type Description
alph double
b double
m double

Public Methods

Method Description
GetOrientation ( ) : double
LineFunction ( ) : System
LineFunction ( double m, double b, double a ) : System

Method Details

GetOrientation() public method

public GetOrientation ( ) : double
return double

LineFunction() public method

public LineFunction ( ) : System
return System

LineFunction() public method

public LineFunction ( double m, double b, double a ) : System
m double
b double
a double
return System

Property Details

alph public_oe property

public double alph
return double

b public_oe property

public double b
return double

m public_oe property

public double m
return double