Skip to content

Vec3<T>

Namespace: Shadop.Archmage.Sdk

Represents a 3D vector.

public struct Vec3<T>

Inheritance ObjectValueTypeVec3
Implements IEquatable<Vec3>

public T X { get; set; }

T

public T Y { get; set; }

T

public T Z { get; set; }

T

Vec3(T x, T y, T z)

x T

y T

z T

bool Equals(Vec3<T> other)

other Vec3

Boolean

bool Equals(object obj)

obj Object

Boolean

int GetHashCode()

Int32

string ToString()

String