manganese_render_kit v0.2.1 Manganese.RenderKit.Structs.OrthographicProjectionSet

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Manganese.RenderKit.Structs.OrthographicProjectionSet{
  east: Manganese.CoreKit.Structs.Link.t(),
  north: Manganese.CoreKit.Structs.Link.t(),
  south: Manganese.CoreKit.Structs.Link.t(),
  west: Manganese.CoreKit.Structs.Link.t()
}

Link to this section Functions

Link to this function

from_map(map)

from_map(map()) :: t()
Link to this function

to_map(orthographic_projection_set)

to_map(t()) :: map()