Packageflare.flsl
Classpublic class FLSLMatrix
InheritanceFLSLMatrix Inheritance FLSL Inheritance Object

FLSLMatrix defines a Matrix3D object to be used as a parameter.



Public Properties
 PropertyDefined By
 InheritedagalVersion : int = 1
[static]
FLSL
 Inheritedname : String
The name of the flsl object.
FLSL
 Inheritedsemantic : String
The semantic which the object is associated.
FLSL
  value : Matrix3D
The matrix object to be used.
FLSLMatrix
Public Methods
 MethodDefined By
  
FLSLMatrix(value:Matrix3D = null)
Creates a new FLSLMatrix object to be used as a parameter.
FLSLMatrix
  
Clones the FLSLMatrix object.
FLSLMatrix
Property Detail
valueproperty
public var value:Matrix3D

The matrix object to be used.

Constructor Detail
FLSLMatrix()Constructor
public function FLSLMatrix(value:Matrix3D = null)

Creates a new FLSLMatrix object to be used as a parameter.

Parameters
value:Matrix3D (default = null) — The Matrix3D object to be used.
Method Detail
clone()method
public function clone():FLSLMatrix

Clones the FLSLMatrix object.

Returns
FLSLMatrix — A cloned FLSLMatrix object.