Euphoria
sphere.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace eu::core
4 {
5  struct Sphere
6  {
7  float radius;
8  };
9 }
10 
float radius
Definition: sphere.h:7