LiquidFun
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
b2Vec4 Struct Reference

A 4D column vector with 4 elements. More...

#include <b2Math.h>

Public Member Functions

 b2Vec4 ()
 Default constructor does nothing (for performance).
 
 b2Vec4 (float32 x, float32 y, float32 z, float32 w)
 Construct using coordinates.
 

Public Attributes

float32 x
 
float32 y
 
float32 z
 
float32 w
 

Detailed Description

A 4D column vector with 4 elements.


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