Serial port and GPS

StraightLine Structure

Straight line going through two known points

For a list of all members of this type, see StraightLine Members.

System.Object
   System.ValueType
      serial.StraightLine

[Visual Basic]
Public Structure StraightLine
[C#]
public struct StraightLine

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Describes a straight line going through two known points y = ax + b or x = cx + d. Also fully horizontal (y = b) and vertical (x = c) straight lines supported.

Requirements

Namespace: serial

Assembly: map (in map.exe)

See Also

StraightLine Members | serial Namespace