Wasabi
|
#include <WMath.hpp>
Public Member Functions | |
WPlane (float A, float B, float C, float D) | |
Public Attributes | |
union { | |
struct { | |
float a | |
float b | |
float c | |
float d | |
} | |
float components [4] | |
}; | |
Represents a plane.
float WPlane::a |
a component of the plane
float WPlane::b |
b component of the plane
float WPlane::c |
c component of the plane
float WPlane::d |
d component of the plane