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

Inherits IEquatable< Vector3 >.

Public Member Functions

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

Static Public Member Functions

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

Static Public Attributes

static readonly Vector3 Zero = new Vector3(0f, 0f, 0f)
 
static readonly Vector3 One = new Vector3(1f, 1f, 1f)
 

Properties

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

Detailed Description

Definition at line 5 of file Vector3.cs.