Method | Description | |
---|---|---|
GetValue ( this c, Vector2 a, Vector2 b, float t ) : Vector2 | ||
GetValue ( this c, Vector3 a, Vector3 b, float t ) : Vector3 | ||
GetValue ( this c, Vector4 a, Vector4 b, float t ) : Vector4 |
public static GetValue ( this c, Vector2 a, Vector2 b, float t ) : Vector2 | ||
c | this | |
a | Vector2 | |
b | Vector2 | |
t | float | |
return | Vector2 |
public static GetValue ( this c, Vector3 a, Vector3 b, float t ) : Vector3 | ||
c | this | |
a | Vector3 | |
b | Vector3 | |
t | float | |
return | Vector3 |
public static GetValue ( this c, Vector4 a, Vector4 b, float t ) : Vector4 | ||
c | this | |
a | Vector4 | |
b | Vector4 | |
t | float | |
return | Vector4 |