Serial port and GPS

StraightLine Members

StraightLine overview

Public Instance Constructors

StraightLine Constructor Initializes a straight line going through p1 and p2

Public Instance Properties

isHorizontalIf the straight line is horizontal
isVerticalIf the straight line is vertical

Public Instance Methods

Equals (inherited from ValueType) 
GetHashCode (inherited from ValueType) 
GetType (inherited from Object) 
ToString (inherited from ValueType) 
xComputes y for x of the point on the straight line
yComputes y for x of the point on the straight line

Internal Instance Methods

obj_address (inherited from Object) 

Private Instance Fields

m_aFactor for horizontal line y = ax + b
m_bFree element for horizontal line y = ax + b
m_cFactor for vertical line x = cy + d
m_dFree element for vertical line x = cy + d

See Also

StraightLine Class | serial Namespace