Public Member Functions | Public Attributes

celery::engine::utils::math::Vec4F Class Reference

List of all members.

Public Member Functions

 Vec4F (float d0, float d1, float d2, float d3)
 Vec4F (Vec4F v4f)
final Vec4F add (Vec4F rhs)
final Vec4F addEq (Vec4F rhs)
final Vec4F sub (Vec4F rhs)
final Vec4F subEq (Vec4F rhs)
final Vec4F mul (Vec4F rhs)
final Vec4F mulEq (Vec4F rhs)
final Vec4F scale (float rhs)
final Vec4F scaleEq (float rhs)
final Vec4F div (float rhs)
final Vec4F divEq (float rhs)
final float dot (Vec4F rhs)
final float length2 ()
final float length ()
final RectF toRectF ()
final Rect toRect ()

Public Attributes

float x
float y
float z
float w

Detailed Description

Defines a generic 3D vector and useful operations.

Author:
psastras

The documentation for this class was generated from the following file:
 All Classes Functions Variables