Project a position into screen space
Signature:
project(modelPosition: number[], modelMatrix: any): any;| Parameter | Description |
|---|---|
| modelPosition | The 3d position to project. e.g [0, 0, 0] |
| modelMatrix | The model transfrom matrix (in column major). Defaut to identity matrix; |
Returns:
any