RubyGems Navigation menu

perfect-shape 1.0.7

Perfect Shape is a collection of pure Ruby geometric algorithms that are mostly useful for GUI manipulation like checking viewport rectangle intersection or containment of a mouse click point in popular geometry shapes such as rectangle, square, arc (open, chord, and pie), ellipse, circle, polygon, and paths containing lines, quadratic bézier curves, and cubic bezier curves, potentially with affine transforms applied like translation, scale, rotation, shear/skew, and inversion (including both the Ray Casting Algorithm, aka Even-odd Rule, and the Winding Number Algorithm, aka Nonzero Rule). Additionally, it contains some purely mathematical algorithms like IEEEremainder (also known as IEEE-754 remainder).

Gemfile:
= 复制到剪贴板 已复制

安装:
=

版本列表:

  1. 1.0.7 - November 19, 2022 (44.5 KB)
  2. 1.0.6 - November 05, 2022 (44.0 KB)
  3. 1.0.5 - June 03, 2022 (44.0 KB)
  4. 1.0.4 - May 15, 2022 (44.0 KB)
  5. 1.0.3 - April 26, 2022 (44.0 KB)
显示所有 (36 个版本)

Runtime 依赖关系 (2):

equalizer >= 0.0.11, < 1.1.0
matrix >= 0.4.2, < 1.1.0

Development 依赖关系 (5):

juwelier ~> 2.1.0
minitest ~> 5.14.4
puts_debuggerer ~> 0.13.1
rake-tui > 0
rdoc ~> 3.12

所有者:

Pushed by:

作者:

  • Andy Maleh

SHA 256 checksum:

803d06df2c43c5658b836b71ddf86dbcb15eb90e9dbe70ecbf590bed6cab9467

下载总次数 28,919

这个版本 860

许可:

MIT

需要的 Ruby 版本: >= 0

相关链接: