File: decompose.sb

package info (click to toggle)
python-pyglm 2.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,008 kB
  • sloc: cpp: 53,029; python: 3,683; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
\c\This file was generated using a tool\c\
\h1\decompose methods\h1\
The following methods are all part of the \b\decompose methods\b\.
Decomposes a model matrix to translations, rotation and scale components.
\h2\Table of contents\h2\
\ul\
\-\\url #decompose-function\\b\decompose\b\ function\url\
\ul\
\h3\decompose() function\h3\
\raw\#### <code>glm.<code>**decompose**(**modelMatrix**: *mat4*, **scale**: *vec3*, **orientation**: *quat*, **translation**: *vec3*, **skew**: *vec3*, **perspective**: *vec4*) -\\> *bool*</code></code>\raw\
\raw\&emsp;&emsp;\raw\Decomposes a model matrix to translations, rotation and scale components.
\raw\&emsp;&emsp;\raw\Returns \code\True\code\ on success.