NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::math::PLANE Struct Reference

Description

Definition at line 34 of file math_geometry.h.

Public Member Functions

f32 Test (const VEC3 &rPoint) const
 
void Set (const VEC3 *p0, const VEC3 *p1, const VEC3 *p2)
 

Public Attributes

VEC3 n
 
f32 d
 

Constructor & Destructor Documentation

◆ PLANE()

nw4r::math::PLANE::PLANE ( )
inline

Definition at line 35 of file math_geometry.h.

Member Function Documentation

◆ Test()

f32 nw4r::math::PLANE::Test ( const VEC3 & rPoint) const
inline

Definition at line 37 of file math_geometry.h.

Member Data Documentation

◆ n

VEC3 nw4r::math::PLANE::n

Definition at line 43 of file math_geometry.h.

◆ d

f32 nw4r::math::PLANE::d

Definition at line 44 of file math_geometry.h.