MCPcopy Create free account
hub / github.com/Illation/ETEngine / Sphere

Method Sphere

Engine/source/EtMath/Geometry.h:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44struct Sphere
45{
46 Sphere()
47 {
48 radius = 1;
49 pos = vec3(0, 0, 0);
50 }
51 Sphere(vec3 position, float size)
52 {
53 pos = position;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected