MPMA Framework 0.4
Public Member Functions
GEO::Vector4 Struct Reference

A 4d vector or point. More...

#include <Geo.h>

Inheritance diagram for GEO::Vector4:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Vector4 ()
 ctor
 Vector4 (float x, float y, float z, float w)
 ctor
 Vector4 (const float *array)
 ctor
 Vector4 (float c)
 ctor
 Vector4 (int c)
 ctor
 Vector4 (const Vector4 &o)
 ctor
 Vector4 (const VectorN< 4 > &o)
 ctor
 Vector4 (const struct Vector3 &o, float w=1)
 ctor
float x () const
 accessor
float & x ()
 accessor
float y () const
 accessor
float & y ()
 accessor
float z () const
 accessor
float & z ()
 accessor
float w () const
 accessor
float & w ()
 accessor

Detailed Description

A 4d vector or point.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends