All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzcPlane Struct Reference

Structure for a plane. More...

#include <core/util/math/kzc_plane.h>

Public Attributes

kzFloat a
 X component of normal. More...
 
kzFloat b
 Y component of normal. More...
 
kzFloat c
 Z component of normal. More...
 
kzFloat d
 Negative distance component. More...
 

Detailed Description

Structure for a plane.

Mathematically, a plane is defined as: a*x + b*y + c*z + d = 0.

Member Data Documentation

kzFloat KzcPlane::a

X component of normal.

kzFloat KzcPlane::b

Y component of normal.

kzFloat KzcPlane::c

Z component of normal.

kzFloat KzcPlane::d

Negative distance component.


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