Vector2 Struct Reference

List of all members.

Public Methods

 Vector2 (Float x, Float y)
 Vector2 (const Vector2 &v)
void set (Float x, Float y)

Public Attributes

Float x
Float y

Detailed Description

A vector with X and Y components.


Constructor & Destructor Documentation

Vector2::Vector2 Float    x,
Float    y
[inline]
 

Initializing constructor.

Vector2::Vector2 const Vector2 &    v [inline]
 

Initializing constructor.


Member Function Documentation

void Vector2::set Float    x,
Float    y
[inline]
 

Set all of the vector components at once.


Member Data Documentation

Float Vector2::x
 

The vector components.

Float Vector2::y
 

The vector components.


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


Flat Four Engine
Copyright (C) 2001 by 379, Inc.
This page generated by Doxygen