Skip to content

Vec4<T>

Namespace: Shadop.Archmage.Sdk

Represents a 4D vector.

public struct Vec4<T>

Inheritance ObjectValueTypeVec4
Implements IEquatable<Vec4>

public T X { get; set; }

T

public T Y { get; set; }

T

public T Z { get; set; }

T

public T W { get; set; }

T

Vec4(T x, T y, T z, T w)

x T

y T

z T

w T

bool Equals(Vec4<T> other)

other Vec4

Boolean

bool Equals(object obj)

obj Object

Boolean

int GetHashCode()

Int32

string ToString()

String