powered by
Mirror a long bone mesh along the yz plane
morphomapMirror(mesh)
mesh: object of class mesh3d
object of class mesh3d
Antonio Profico, Luca Bondioli, Pasquale Raia, Paul O'Higgins, Damiano Marchi
if(interactive()){ #a left human femur bone require(rgl) data(HomFem38023) lfem<-HomFem38023 rfem<-morphomapMirror(lfem) rgl::open3d() rgl::wire3d(lfem,col="green") rgl::ire3d(rfem,col="red") }
Run the code above in your browser using DataLab