translate

Translates the given surface (moves its origin point to the given vector) leaving increments untouched

Parameters

surface CartesianSurface

surface to translate

dx double

translation value along X direction

dy double

translation value along Y direction

Return Value

translated surface for more convenient call chaining

Meta