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

Double precision Vector4. More...

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

Public Member Functions

 Vector4 (Double x, Double y, Double z, Double w)
 
 Vector4 (Vector2 value, Double z, Double w)
 
 Vector4 (Vector3 value, Double 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 (Double min, Double max)
 
Double Length ()
 
Double 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 Double f, out Vector4 r)
 
static void Divide (ref Vector4 a, ref Vector4 b, out Vector4 r)
 
static void Divide (ref Vector4 v, ref Double 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, Double f)
 
static Vector4 operator* (Double f, Vector4 v)
 
static Vector4 operator/ (Vector4 a, Vector4 b)
 
static Vector4 operator/ (Vector4 a, Double d)
 
static Double 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, Double f)
 
static Vector4 Divide (Vector4 a, Vector4 b)
 
static Vector4 Divide (Vector4 a, Double 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 Double min, ref Double max, out Vector4 r)
 
static void Lerp (ref Vector4 a, ref Vector4 b, ref Double 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, Double amount)
 
static Boolean IsUnit (Vector4 v)
 
static void SmoothStep (ref Vector4 v1, ref Vector4 v2, ref Double amount, out Vector4 r)
 
static void CatmullRom (ref Vector4 v1, ref Vector4 v2, ref Vector4 v3, ref Vector4 v4, ref Double amount, out Vector4 r)
 
static void Hermite (ref Vector4 v1, ref Vector4 tangent1, ref Vector4 v2, ref Vector4 tangent2, ref Double amount, out Vector4 r)
 
static Vector4 SmoothStep (Vector4 v1, Vector4 v2, Double amount)
 
static Vector4 CatmullRom (Vector4 v1, Vector4 v2, Vector4 v3, Vector4 v4, Double amount)
 
static Vector4 Hermite (Vector4 v1, Vector4 tangent1, Vector4 v2, Vector4 tangent2, Double amount)
 
static void Distance (ref Vector4 a, ref Vector4 b, out Double r)
 
static void DistanceSquared (ref Vector4 a, ref Vector4 b, out Double r)
 
static void Dot (ref Vector4 a, ref Vector4 b, out Double r)
 
static void Normalise (ref Vector4 vector, out Vector4 r)
 
static void Length (ref Vector4 vector, out Double r)
 
static void LengthSquared (ref Vector4 vector, out Double r)
 
static Double Distance (Vector4 a, Vector4 b)
 
static Double DistanceSquared (Vector4 a, Vector4 b)
 
static Double Dot (Vector4 a, Vector4 b)
 
static Vector4 Normalise (Vector4 v)
 
static Double Length (Vector4 v)
 
static Double LengthSquared (Vector4 v)
 

Public Attributes

Double X
 
Double Y
 
Double Z
 
Double 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

Double precision Vector4.


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