Package | flare.flsl |
Class | public class FLSLMatrix |
Inheritance | FLSLMatrix ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | agalVersion : int = 1 [static] | FLSL | |
![]() | name : String
The name of the flsl object. | FLSL | |
![]() | semantic : String
The semantic which the object is associated. | FLSL | |
value : Matrix3D
The matrix object to be used. | FLSLMatrix |
Method | Defined By | ||
---|---|---|---|
FLSLMatrix(value:Matrix3D = null)
Creates a new FLSLMatrix object to be used as a parameter. | FLSLMatrix | ||
Clones the FLSLMatrix object. | FLSLMatrix |
value | property |
public var value:Matrix3D
The matrix object to be used.
FLSLMatrix | () | Constructor |
public function FLSLMatrix(value:Matrix3D = null)
Creates a new FLSLMatrix object to be used as a parameter.
Parametersvalue:Matrix3D (default = null ) — The Matrix3D object to be used.
|
clone | () | method |
public function clone():FLSLMatrix
Clones the FLSLMatrix object.
ReturnsFLSLMatrix — A cloned FLSLMatrix object.
|