NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
EGG::Sphere3f Class Reference

#include <lib/egg/math.hpp>

Inheritance diagram for EGG::Sphere3f:
[legend]

Description

A sphere defined by a center point and a radius.

Definition at line 66 of file math.hpp.

Public Member Functions

 Sphere3f (const Vector3f &center, float radius)
 Constructs a sphere from a center and radius.
 

Public Attributes

Vector3f mPos
 
float mRadius
 

Constructor & Destructor Documentation

◆ Sphere3f() [1/2]

EGG::Sphere3f::Sphere3f ( )
inline

Definition at line 68 of file math.hpp.

◆ Sphere3f() [2/2]

EGG::Sphere3f::Sphere3f ( const Vector3f & center,
float radius )
inline

Constructs a sphere from a center and radius.

Definition at line 71 of file math.hpp.

Member Data Documentation

◆ mPos

Vector3f EGG::Sphere3f::mPos

Definition at line 73 of file math.hpp.

◆ mRadius

float EGG::Sphere3f::mRadius

Definition at line 74 of file math.hpp.