DrawPoint3D method

void DrawPoint3D(
  1. Vector3C position,
  2. ColorC color
)

Draw a point in 3D space, actually a small line

Implementation

void DrawPoint3D(Vector3C position, ColorC color)
  => _DrawPoint3D(position, color);