DrawLine3D method
Implementation
void DrawLine3D(
Vector3D startPos,
Vector3D endPos,
ColorD color,
) => run(
() => 'DrawLine3D($startPos, $endPos, $color)',
() => rl.Core.DrawLine3D(
_refVector31(startPos).ref,
_refVector32(endPos).ref,
_refColor1(color).ref,
),
);