Public Member Functions

GEO::Vector3 Struct Reference

A 3d vector or point. More...

#include <Geo.h>

Inherits VectorN< 3 >.

List of all members.

Public Member Functions

 Vector3 ()
 ctor
 Vector3 (float x, float y, float z)
 ctor
 Vector3 (const float *array)
 ctor
 Vector3 (float c)
 ctor
 Vector3 (int c)
 ctor
 Vector3 (const Vector3 &o)
 ctor
 Vector3 (const VectorN< 3 > &o)
 ctor
 Vector3 (const Vector4 &o)
 ctor
float x () const
 accessor
float & x ()
 accessor
float y () const
 accessor
float & y ()
 accessor
float z () const
 accessor
float & z ()
 accessor

Detailed Description

A 3d vector or point.


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