View Source Zenic.Box (Zenic v0.1.0)

Summary

Types

@type t() :: %Zenic.Box{
  faces:
    {Zenic.Rect.t(), Zenic.Rect.t(), Zenic.Rect.t(), Zenic.Rect.t(),
     Zenic.Rect.t(), Zenic.Rect.t()},
  options: keyword(),
  transform: Zenic.Transform.t()
}

Functions

Link to this function

new(width \\ 1, height \\ 1, depth \\ 1, options \\ [])

View Source
@spec new(
  width :: number(),
  height :: number(),
  depth :: number(),
  options :: keyword()
) :: t()