Hippy v0.1.0 Hippy.PrintResolution View Source

Defines a two-dimensional resolution in the indicated unit.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Hippy.PrintResolution{feed: integer(), unit: atom(), xfeed: integer()}
Link to this type t(xfeed, feed, unit) View Source
t(xfeed, feed, unit) :: %Hippy.PrintResolution{
  feed: feed,
  unit: unit,
  xfeed: xfeed
}

Link to this section Functions

Link to this function new(xfeed, feed, unit) View Source
new(integer(), integer(), atom()) :: t()