VerticalPoint Constructor

public VerticalPoint()

public VerticalPoint(double height)

public VerticalPoint(const VerticalPoint &source)

 

Description

The VerticalPoint constructor creates a new instance of the VerticalPoint class.  There are three signatures for this constructor.

The first signature takes no arguments and produces a VerticalPoint that uses meters as the Units.

The second signature takes one arguments, which indicate the Height coordinate value in meters.

The final signature is a copy-constructor, which produces a VerticalPoint with the same value as the VerticalPoint passed as argument.