Searched refs:InterpolationPoint (Results 1 – 2 of 2) sorted by relevance
22 protected $maxpointType = InterpolationPoint::class;24 protected $midpointType = InterpolationPoint::class;26 protected $minpointType = InterpolationPoint::class;30 * @param InterpolationPoint32 public function setMaxpoint(InterpolationPoint $maxpoint)37 * @return InterpolationPoint44 * @param InterpolationPoint46 public function setMidpoint(InterpolationPoint $midpoint)51 * @return InterpolationPoint58 * @param InterpolationPoint[all …]
20 class InterpolationPoint extends \Google\Model class94 class_alias(InterpolationPoint::class, 'Google_Service_Sheets_InterpolationPoint');