project method
Implementation
Vector3 project(camera) {
return applyMatrix4(camera.matrixWorldInverse)
.applyMatrix4(camera.projectionMatrix);
}
Vector3 project(camera) {
return applyMatrix4(camera.matrixWorldInverse)
.applyMatrix4(camera.projectionMatrix);
}