Files
parkan-playground/Common/Sphere.cs
T

3 lines
102 B
C#
Raw Normal View History

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