Avatar SDK Unity Cloud plugin  3.0.1
Realistic avatar generation toolset for Unity3D
GLTF.Math.Vector4 Struct Reference

Inherits IEquatable< Vector4 >.

Public Member Functions

 Vector4 (float x, float y, float z, float w)
 
 Vector4 (Vector4 other)
 
bool Equals (Vector4 other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (Vector4 left, Vector4 right)
 
static bool operator!= (Vector4 left, Vector4 right)
 

Properties

float X [get, set]
 
float Y [get, set]
 
float Z [get, set]
 
float W [get, set]
 

Detailed Description

Definition at line 5 of file Vector4.cs.