Skip to content
Snippets Groups Projects
Select Git revision
  • 44bda1b326c70ef952756865d7a57128cad42023
  • master default protected
  • devel
  • hruska-feature-clients-api
  • malostik-#5066-deduplicate-idea-ids
  • warden-postgresql-port
  • hruska-feature-#6799-filter-keys
  • hruska-feature-5066-duplicateIdeaID
  • warden-client-3.0-beta3
  • warden-server-3.0-beta3
  • warden-client-2.2-final
  • warden-server-2.2-final
  • warden-client-3.0-beta2
  • warden-server-3.0-beta2
  • warden-client-2.2
  • warden-server-2.2-patch3
  • warden-client-3.0-beta1
  • warden-server-3.0-beta1
  • warden-server-2.2-patch1
  • warden-client-3.0-beta0
  • warden-server-3.0-beta0
  • warden-server-2.2
  • warden-server-2.1-patch1
  • warden-client-2.1
  • warden-server-2.1
  • warden-server-2.1-beta6
  • warden-server-2.1-beta5
  • warden-server-2.1-beta4
28 results

themes.html

Blame
  • Forked from 713 / Warden / Warden - archive
    Source project has a limited visibility.
    tables.ts 46.50 KiB
    /**
     * Copyright (c) 2018-2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
     *
     * @author David Sehnal <david.sehnal@gmail.com>
     * @author Alexander Rose <alexander.rose@weirdbyte.de>
     */
    
    export const TransformData = [
        [1.0, 0.0, 0.0, 0.0],
        [0.0, 1.0, 0.0, 0.0],
        [0.0, 0.0, 1.0, 0.0],
        [-1.0, 0.0, 0.0, 0.0],
        [0.0, -1.0, 0.0, 0.0],
        [0.0, 0.0, -1.0, 0.0],
        [0.0, 1.0, 0.0, 0.5],
        [1.0, 0.0, 0.0, 0.5],
        [-1.0, 0.0, 0.0, 0.5],
        [0.0, 0.0, 1.0, 0.5],
        [0.0, -1.0, 0.0, 0.5],
        [0.0, 0.0, -1.0, 0.5],
        [1.0, 0.0, 0.0, 0.25],
        [0.0, -1.0, 0.0, 0.25],
        [0.0, 0.0, 1.0, 0.25],
        [-1.0, 0.0, 0.0, 0.25],
        [0.0, 1.0, 0.0, 0.25],
        [0.0, -1.0, 0.0, 0.75],
        [0.0, 0.0, 1.0, 0.75],
        [0.0, 1.0, 0.0, 0.75],
        [1.0, 0.0, 0.0, 0.75],
        [-1.0, 0.0, 0.0, 0.75],
        [0.0, 0.0, -1.0, 0.25],
        [0.0, 0.0, -1.0, 0.75],
        [1.0, -1.0, 0.0, 0.0],
        [-1.0, 1.0, 0.0, 0.0],
        [0.0, 0.0, 1.0, 1 / 3],
        [0.0, 0.0, 1.0, 2 / 3],
        [1.0, 0.0, 0.0, 2 / 3],
        [0.0, 1.0, 0.0, 1 / 3],
        [0.0, -1.0, 0.0, 2 / 3],
        [1.0, -1.0, 0.0, 1 / 3],
        [-1.0, 1.0, 0.0, 2 / 3],
        [-1.0, 0.0, 0.0, 1 / 3],
        [1.0, 0.0, 0.0, 1 / 3],
        [0.0, 1.0, 0.0, 2 / 3],
        [0.0, -1.0, 0.0, 1 / 3],
        [1.0, -1.0, 0.0, 2 / 3],
        [-1.0, 1.0, 0.0, 1 / 3],
        [-1.0, 0.0, 0.0, 2 / 3],
        [0.0, 0.0, -1.0, 1 / 3],
        [0.0, 0.0, -1.0, 2 / 3],
        [0.0, 0.0, 1.0, 5 / 6],
        [0.0, 0.0, 1.0, 1 / 6],
        [0.0, 0.0, -1.0, 5 / 6],
        [0.0, 0.0, -1.0, 1 / 6],
    ];
    
    export const OperatorData = [
        [0, 1, 2],
        [3, 4, 5],
        [3, 1, 5],
        [3, 6, 5],
        [7, 6, 2],
        [8, 6, 5],
        [0, 4, 2],
        [0, 4, 9],
        [7, 10, 2],
        [7, 10, 9],
        [0, 10, 2],
        [8, 10, 5],
        [3, 1, 11],