Gjsify LogoGjsify Logo

A type representing a 4x4 matrix.

It is identicaly to #CoglMatrix.

record

Hierarchy

  • Matrix

Index

Constructors

Properties

name: string

Methods

  • free(): void
  • Initializes matrix with the contents of a C array of floating point values.

    Parameters

    • values: number[]

      a C array of 16 floating point values, representing a 4x4 matrix, with column-major order

    Returns Clutter.Matrix

  • Initializes matrix with the identity matrix, i.e.:

    |[ .xx = 1.0, .xy = 0.0, .xz = 0.0, .xw = 0.0 .yx = 0.0, .yy = 1.0, .yz = 0.0, .yw = 0.0 .zx = 0.0, .zy = 0.0, .zz = 1.0, .zw = 0.0 .wx = 0.0, .wy = 0.0, .wz = 0.0, .ww = 1.0

    
    

    Returns Clutter.Matrix

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method