homogeneous_to_cartesian | R Documentation |
Convert homogeneous coordinates to Cartesian coordinates.
homogeneous_to_cartesian(homog)
homog |
nx4 numeric matrix of input coordinates |
nx3 matrix of Cartesian coordinates
## Not run: homog = matrix(c(1,2,3,1,1,2,3,2), ncol=4, byrow=TRUE); haze:::homogeneous_to_cartesian(homog); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.