drawPoint
fun drawPoint(drawContext: DrawContext, drawStyle: DrawStyle, x: Double, y: Double, z: Double)(source)
Draws a single 3D point using the specified drawing context and style at the given coordinates.
Parameters
drawContext
The drawing context that provides transformation matrices and rendering parameters.
drawStyle
The style that defines the visual appearance of the point, such as color and stroke settings.
x
The x-coordinate of the point in 3D space.
y
The y-coordinate of the point in 3D space.
z
The z-coordinate of the point in 3D space.