Class Vector3Extension
Provides extension suport for Vector3.
Methods
SetX(Vector3 self, float x)
public static Vector3 SetX(Vector3 self, float x)
SetY(Vector3 self, float y)
public static Vector3 SetY(Vector3 self, float y)
SetZ(Vector3 self, float z)
public static Vector3 SetZ(Vector3 self, float z)
NegateX(Vector3 self)
Negates the X coordinate of Vector3.
public static Vector3 NegateX(Vector3 self)
NegateY(Vector3 self)
Negates the Y coordinate of Vector3.
public static Vector3 NegateY(Vector3 self)
NegateZ(Vector3 self)
Negates the Z coordinate of Vector3.
public static Vector3 NegateZ(Vector3 self)
GetXY(Vector3 self)
public static Vector2 GetXY(Vector3 self)
GetXZ(Vector3 self)
public static Vector2 GetXZ(Vector3 self)
GetYZ(Vector3 self)
public static Vector2 GetYZ(Vector3 self)