12
Clampers (H.1) 20170415 Copyright (c) 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".

Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking

  • Upload
    vancong

  • View
    231

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking

Clampers (H.1)

20170415

Copyright (c) 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of theGNU Free Documentation License, Version 1.2 or any later version published by the Free SoftwareFoundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy ofthe license is included in the section entitled "GNU Free Documentation License".

Page 2: Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking

Wheel clamp

function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp

Surgical Clampwoodworking clamps

Page 3: Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking
Page 4: Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking
Page 5: Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking
Page 6: Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking
Page 7: Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking
Page 8: Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking
Page 9: Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking
Page 10: Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking
Page 11: Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking
Page 12: Clampers (H.1) - upload.wikimedia.org · Wheel clamp function clamp(x, min, max): if (x < min) then x = min; else if (x > max) then x = max; return x; end clamp woodworking