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

float4 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
float z
float w

Detailed Description

Definition at line 189 of file util_types.h.


Member Function Documentation

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

Definition at line 192 of file util_types.h.

References i, and x.

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

Definition at line 193 of file util_types.h.

References i, and x.


Member Data Documentation

float float4::w
float float4::x
float float4::y
float float4::z

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