Scenic v0.8.0 Scenic.ViewPort.Context View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Scenic.ViewPort.Context{
  graph_key: Scenic.Graph.key(),
  id: any(),
  inverse_tx: Scenic.Math.matrix(),
  raw_input: Scenic.ViewPort.Input.t(),
  tx: Scenic.Math.matrix(),
  uid: pos_integer(),
  viewport: GenServer.server()
}

Link to this section Functions