Sha256: 12441d1005fb28000463b9c8f0b8deb67dfdf0dba97ff70643489c18b9c45eab
Contents?: true
Size: 279 Bytes
Versions: 3
Compression:
Stored size: 279 Bytes
Contents
module TD::Types # A point on a Cartesian plane. # # @attr x [Float] The point's first coordinate. # @attr y [Float] The point's second coordinate. class Point < Base attribute :x, TD::Types::Coercible::Float attribute :y, TD::Types::Coercible::Float end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.4 | lib/tdlib/types/point.rb |
tdlib-schema-1.7.0.3 | lib/tdlib/types/point.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/point.rb |