circle3

fun Canvas.circle3(cx: Int, cy: Int, cz: Int, radius: Float, rotX: Float, rotY: Float, rotZ: Float, rotAngle: Float, color: Color = Color.BLACK)

Draws a circle in 3D space.

Parameters

cx

The X coordinate for the circle center.

cy

The Y coordinate for the circle center.

cz

The Z coordinate for the circle center.

radius

The radius of the 3D circle.

rotX

The X axis position where to rotate

rotY

The Y axis position where to rotate

rotZ

The Z axis position where to rotate

rotAngle

The rotational angle along the specified axis in degrees

color

The color of the circle outline.