Class Vec4s<T>
- Namespace
- Vintagestory.API.MathTools
- Assembly
- VintagestoryAPI.dll
public class Vec4s<T>
Type Parameters
T
- Inheritance
-
Vec4s<T>
- Inherited Members
- Extension Methods
Constructors
Vec4s()
public Vec4s()
Vec4s(short, short, short, T)
public Vec4s(short x, short y, short z, T Value)
Parameters
Fields
Value
public T Value
Field Value
- T
X
public short X
Field Value
Y
public short Y
Field Value
Z
public short Z