Wasabi
Public Member Functions | Public Attributes | List of all members
WPlane Class Reference

#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]
 
}; 
 

Detailed Description

Represents a plane.

Member Data Documentation

◆ a

float WPlane::a

a component of the plane

◆ b

float WPlane::b

b component of the plane

◆ c

float WPlane::c

c component of the plane

◆ d

float WPlane::d

d component of the plane


The documentation for this class was generated from the following file: