Eq
method in Coherence.Test.Approx
Methods
public static bool Eq(this Quaternion a, Quaternion b)
Parameters
Type | Name | Description |
---|---|---|
Quaternion | a | |
Quaternion | b |
Returns
Type | Description |
---|---|
bool |
public static bool Eq(this Vector3 a, Vector3 b)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | a | |
Vector3 | b |
Returns
Type | Description |
---|---|
bool |
public static bool Eq(this Vector2 a, Vector2 b)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | a | |
Vector2 | b |
Returns
Type | Description |
---|---|
bool |
public static bool Eq(this Color a, Color b)
Parameters
Type | Name | Description |
---|---|---|
Color | a | |
Color | b |
Returns
Type | Description |
---|---|
bool |
public static bool Eq(this float a, float b)
Parameters
Type | Name | Description |
---|---|---|
float | a | |
float | b |
Returns
Type | Description |
---|---|
bool |
public static bool Eq(this double a, double b)
Parameters
Type | Name | Description |
---|---|---|
double | a | |
double | b |
Returns
Type | Description |
---|---|
bool |