getModelMatrix

Returns a model matrix for transforming coordinates from the local coordinate space of the active projection into the world coordinate space. For example with globe projection the returned matrix will transform ECEF points into world coordinates for rendering. Example: projectionMatrix * projection.getModelMatrix() * latLngToEcef(60.1699, 24.9384)

Return

Model matrix of the active projection.