glsl-transpose

1.0.0 • Public • Published

glsl-transpose

Transpose a matrix in GLSL.

Example

#pragma glslify: transpose require(glsl-transpose) 
 
void main() {
  mat3 m = mat3(123,
                456,
                789);
 
  mat3 mt = transpose(m);
 
  //now mt is the transpose of m 
}

Usage

Install with npm:

npm install glsl-transpose

Then use with glslify.

API

#pragma glslify: transpose require(glsl-transpose) 

mt = transpose(float|mat2|mat3|mat4 m)

Computes the transpose of a matrix

  • m is a matrix to transpose, either float, mat2, mat3 or mat4

Returns The transpose of m

License

(c) 2014 Mikola Lysenko. MIT License

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    14
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    14

Package Sidebar

Install

npm i glsl-transpose

Weekly Downloads

14

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hughsk
  • mikolalysenko
  • mattdesl
  • chrisdickinson
  • yoshuawuyts
  • mikkoh
  • rezaali
  • tatumcreative
  • wwwtyro
  • thibauts
  • bpostlethwaite
  • dfcreative
  • erkaman
  • gre
  • rreusser
  • vorg
  • archmoj
  • dy