package
0.0.0-20151028112939-f85e0a97b3a4
Repository: https://github.com/google/gxui.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
╭ ╮ │ R₀ │ │ R₁ │ ╰ ╯.
No description provided by the author
Build a 3x3 matrix from 3 row vectors ╭ ╮ │ R₀ │ │ R₁ │ │ R₂ │ ╰ ╯.
A ╱ ╲ ╱___╲ B C [V₀, V₁, V₂] * M = [λ₀, λ₁, 1] λ₂ = 1 - (λ₀ + λ₁) [V₀, V₁, V₂] = A • λ₀ + B • λ₁ + C • λ₂ A * M = (1, 0, 1) B * M = (0, 1, 1) C * M = (0, 0, 1).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
╭ ╮ │ M₀ M₁ │ [V₀, V₁] ⨯ │ M₂ M₃ │ = [V₀ • M₀ + V₁ • M₂, V₀ • M₁ + V₁ • M₃] ╰ ╯.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
Picked to avoid integer overflows.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

╭ ╮ │ M₀ M₁ │ │ M₂ M₃ │ ╰ ╯.
A 3x3 matrix: ╭ ╮ │ M₀ M₁ M₂ │ │ M₃ M₄ M₅ │ │ M₆ M₇ M₈ │ ╰ ╯.