This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
parkan-playground
Watch
1
Fork
0
mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced
2026-08-15 02:57:49 +04:00
Code
Issues
Activity
Files
70a5d0ef69d98573b2733e7c36b6cf61de167d6a
parkan-playground
/
Common
/
Sphere.cs
T
3 lines
102 B
C#
Raw
Normal View
History
Unescape
Escape
refactorings
2026-05-11 05:23:14 +03:00
namespace
Common
;
public
record
Sphere
(
float
CenterX
,
float
CenterY
,
float
CenterZ
,
float
Radius
);
Copy Permalink