Blender V2.61 - r43446
Public Member Functions | Public Attributes

float2 Struct Reference

#include <util_types.h>

List of all members.

Public Member Functions

float operator[] (int i) const
float & operator[] (int i)

Public Attributes

float x
float y

Detailed Description

Definition at line 171 of file util_types.h.


Member Function Documentation

float float2::operator[] ( int  i) const [inline]

Definition at line 174 of file util_types.h.

References i, and x.

float& float2::operator[] ( int  i) [inline]

Definition at line 175 of file util_types.h.

References i, and x.


Member Data Documentation

float float2::x
float float2::y

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