projectToContour
fun Path3D.projectToContour(projection: Matrix44, view: Matrix44, width: Int, height: Int): ShapeContour(source)
Projects Path3D to ShapeContour
Since
orx 0.4.5
Parameters
projection
The projection matrix to use
view
The view matrix to use
width
The viewport width
height
The viewport height