triangle Strip3
fun Canvas.triangleStrip3(color: Color = Color.BLACK, points: List<ERROR CLASS: Symbol not found for Triple<kotlin/Int, kotlin/Int, kotlin/Int>>)
Draws a triangle strip in 3D space.
Parameters
color
The color of the triangle strip.
points
The list of points making up the triangle strip.
fun Canvas.triangleStrip3(color: Color = Color.BLACK, vararg points: ERROR CLASS: Symbol not found for Triple<kotlin/Int, kotlin/Int, kotlin/Int>)
Draws a triangle strip in 3D space.
Parameters
color
The color of the triangle strip.
points
The vararg points making up the triangle strip.