Method | Description | |
---|---|---|
Vector4 ( float x, float y, float z, float w ) : System |
Initializes a new instance of the Vector4 class.
|
public Vector4 ( float x, float y, float z, float w ) : System | ||
x | float | The x component of the Vector4. |
y | float | The y component of the Vector4. |
z | float | The z component of the Vector4. |
w | float | The w component of the Vector4. |
return | System |