Files

3 lines
102 B
C#
Raw Permalink Normal View History

2026-05-11 05:23:14 +03:00
namespace Common;
public record Sphere(float CenterX, float CenterY, float CenterZ, float Radius);