public LinearValue()
public LinearValue(const LinearValue &source)
The LinearValue constructor creates a new instance of the LinearValue class. The default constructor takes no arguments and produces a LinearValue where the Units are meters, and the value is 0. The second constructor is a copy-constructor, which produces a LinearValue with the same value as the LinearValue passed as argument.