Mat4Stack
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
matrix: * |
|
public |
stack: *[] |
|
public |
update_func: * |
Method Summary
Public Methods | ||
public |
identity() |
|
public |
load(mat: *) |
|
public |
multiply(mat: *) |
|
public |
pop(): * |
|
public |
push(mat2: *) |
|
public |
reset(mat: *) |
|
public |
set_internal_matrix(mat: *, update_func: *) |
Public Constructors
public constructor() source
Public Methods
public identity() source
public load(mat: *) source
Params:
Name | Type | Attribute | Description |
mat | * |
public multiply(mat: *) source
Params:
Name | Type | Attribute | Description |
mat | * |
public push(mat2: *) source
Params:
Name | Type | Attribute | Description |
mat2 | * |
public reset(mat: *) source
Params:
Name | Type | Attribute | Description |
mat | * |
public set_internal_matrix(mat: *, update_func: *) source
Params:
Name | Type | Attribute | Description |
mat | * | ||
update_func | * |