Figler.Schema.Matrix (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi struct module for Matrix.

Summary

Types

t()

@type t() :: %Figler.Schema.Matrix{
  m00: float() | nil,
  m01: float() | nil,
  m02: float() | nil,
  m10: float() | nil,
  m11: float() | nil,
  m12: float() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()