Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created July 24, 2017 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jezinka/d9acdf43ce47d17f85554ac578a17f04 to your computer and use it in GitHub Desktop.
Save jezinka/d9acdf43ce47d17f85554ac578a17f04 to your computer and use it in GitHub Desktop.
override var matrix: HashMap<String, HashMap<String, Float>> = hashMapOf(
F1 to hashMapOf(P to 0.01f, A to 0f, B to 0f, C to 0f, D to 0.16f, E to 0f, F to 0f),
F2 to hashMapOf(P to 0.85f, A to 0.85f, B to 0.04f, C to -0.04f, D to 0.85f, E to 0f, F to 1.6f),
F3 to hashMapOf(P to 0.07f, A to 0.2f, B to -0.26f, C to 0.23f, D to 0.22f, E to 0f, F to 1.6f),
F4 to hashMapOf(P to 0.07f, A to -0.15f, B to 0.28f, C to 0.26f, D to 0.24f, E to 0f, F to 0.44f)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment