getViewMatrix method

void getViewMatrix(
  1. Matrix4 m
)

Implementation

void getViewMatrix(VM.Matrix4 m) {
  m.setFrom(transform);
}