| 144 | } |
| 145 | |
| 146 | bool CurveCubic_Impl::isOutputUnitTypeDefaulted() const { |
| 147 | return isEmpty(OS_Curve_CubicFields::OutputUnitType); |
| 148 | } |
| 149 | |
| 150 | bool CurveCubic_Impl::setCoefficient1Constant(double coefficient1Constant) { |
| 151 | bool result = setDouble(OS_Curve_CubicFields::Coefficient1Constant, coefficient1Constant); |
no test coverage detected