Abacus
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
Abacus.Fixed32Precision.Vector4 Struct Reference

Fixed32 precision Vector4. More...

Inheritance diagram for Abacus.Fixed32Precision.Vector4:
Inheritance graph
[legend]
Collaboration diagram for Abacus.Fixed32Precision.Vector4:
Collaboration graph
[legend]

Public Member Functions

 Vector4 (Fixed32 x, Fixed32 y, Fixed32 z, Fixed32 w)
 
 Vector4 (Vector2 value, Fixed32 z, Fixed32 w)
 
 Vector4 (Vector3 value, Fixed32 w)
 
override String ToString ()
 
override Int32 GetHashCode ()
 
override Boolean Equals (Object obj)
 
Boolean Equals (Vector4 other)
 
Boolean ApproximateEquals (Vector4 other)
 
Boolean IsUnit ()
 
Vector4 Clamp (Vector4 min, Vector4 max)
 
Vector4 Clamp (Fixed32 min, Fixed32 max)
 
Fixed32 Length ()
 
Fixed32 LengthSquared ()
 
Vector4 Normalise ()
 

Static Public Member Functions

static void Equals (ref Vector4 a, ref Vector4 b, out Boolean r)
 
static void ApproximateEquals (ref Vector4 v1, ref Vector4 v2, out Boolean r)
 
static void Add (ref Vector4 a, ref Vector4 b, out Vector4 r)
 
static void Subtract (ref Vector4 a, ref Vector4 b, out Vector4 r)
 
static void Negate (ref Vector4 v, out Vector4 r)
 
static void Multiply (ref Vector4 a, ref Vector4 b, out Vector4 r)
 
static void Multiply (ref Vector4 v, ref Fixed32 f, out Vector4 r)
 
static void Divide (ref Vector4 a, ref Vector4 b, out Vector4 r)
 
static void Divide (ref Vector4 v, ref Fixed32 d, out Vector4 r)
 
static Boolean operator== (Vector4 a, Vector4 b)
 
static Boolean operator!= (Vector4 a, Vector4 b)
 
static Vector4 operator+ (Vector4 a, Vector4 b)
 
static Vector4 operator- (Vector4 a, Vector4 b)
 
static Vector4 operator- (Vector4 v)
 
static Vector4 operator* (Vector4 a, Vector4 b)
 
static Vector4 operator* (Vector4 v, Fixed32 f)
 
static Vector4 operator* (Fixed32 f, Vector4 v)
 
static Vector4 operator/ (Vector4 a, Vector4 b)
 
static Vector4 operator/ (Vector4 a, Fixed32 d)
 
static Fixed32 operator| (Vector4 a, Vector4 d)
 
static Vector4 operator~ (Vector4 v)
 
static Boolean Equals (Vector4 a, Vector4 b)
 
static Boolean ApproximateEquals (Vector4 a, Vector4 b)
 
static Vector4 Add (Vector4 a, Vector4 b)
 
static Vector4 Subtract (Vector4 a, Vector4 b)
 
static Vector4 Negate (Vector4 v)
 
static Vector4 Multiply (Vector4 a, Vector4 b)
 
static Vector4 Multiply (Vector4 v, Fixed32 f)
 
static Vector4 Divide (Vector4 a, Vector4 b)
 
static Vector4 Divide (Vector4 a, Fixed32 d)
 
static void Min (ref Vector4 a, ref Vector4 b, out Vector4 r)
 
static void Max (ref Vector4 a, ref Vector4 b, out Vector4 r)
 
static void Clamp (ref Vector4 v, ref Vector4 min, ref Vector4 max, out Vector4 r)
 
static void Clamp (ref Vector4 v, ref Fixed32 min, ref Fixed32 max, out Vector4 r)
 
static void Lerp (ref Vector4 a, ref Vector4 b, ref Fixed32 amount, out Vector4 r)
 
static void IsUnit (ref Vector4 vector, out Boolean r)
 
static Vector4 Min (Vector4 a, Vector4 b)
 
static Vector4 Max (Vector4 a, Vector4 b)
 
static Vector4 Clamp (Vector4 v, Vector4 min, Vector4 max)
 
static Vector4 Lerp (Vector4 a, Vector4 b, Fixed32 amount)
 
static Boolean IsUnit (Vector4 v)
 
static void SmoothStep (ref Vector4 v1, ref Vector4 v2, ref Fixed32 amount, out Vector4 r)
 
static void CatmullRom (ref Vector4 v1, ref Vector4 v2, ref Vector4 v3, ref Vector4 v4, ref Fixed32 amount, out Vector4 r)
 
static void Hermite (ref Vector4 v1, ref Vector4 tangent1, ref Vector4 v2, ref Vector4 tangent2, ref Fixed32 amount, out Vector4 r)
 
static Vector4 SmoothStep (Vector4 v1, Vector4 v2, Fixed32 amount)
 
static Vector4 CatmullRom (Vector4 v1, Vector4 v2, Vector4 v3, Vector4 v4, Fixed32 amount)
 
static Vector4 Hermite (Vector4 v1, Vector4 tangent1, Vector4 v2, Vector4 tangent2, Fixed32 amount)
 
static void Distance (ref Vector4 a, ref Vector4 b, out Fixed32 r)
 
static void DistanceSquared (ref Vector4 a, ref Vector4 b, out Fixed32 r)
 
static void Dot (ref Vector4 a, ref Vector4 b, out Fixed32 r)
 
static void Normalise (ref Vector4 vector, out Vector4 r)
 
static void Length (ref Vector4 vector, out Fixed32 r)
 
static void LengthSquared (ref Vector4 vector, out Fixed32 r)
 
static Fixed32 Distance (Vector4 a, Vector4 b)
 
static Fixed32 DistanceSquared (Vector4 a, Vector4 b)
 
static Fixed32 Dot (Vector4 a, Vector4 b)
 
static Vector4 Normalise (Vector4 v)
 
static Fixed32 Length (Vector4 v)
 
static Fixed32 LengthSquared (Vector4 v)
 

Public Attributes

Fixed32 X
 
Fixed32 Y
 
Fixed32 Z
 
Fixed32 W
 

Static Public Attributes

static Vector4 zero
 
static Vector4 one
 
static Vector4 unitX
 
static Vector4 unitY
 
static Vector4 unitZ
 
static Vector4 unitW
 

Properties

static Vector4 Zero [get]
 
static Vector4 One [get]
 
static Vector4 UnitX [get]
 
static Vector4 UnitY [get]
 
static Vector4 UnitZ [get]
 
static Vector4 UnitW [get]
 

Detailed Description

Fixed32 precision Vector4.


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