Interface IVec3
- Namespace
- Vintagestory.API.MathTools
- Assembly
- VintagestoryAPI.dll
public interface IVec3
- Extension Methods
Properties
AsVec3i
Vec3i AsVec3i { get; }
Property Value
XAsDouble
double XAsDouble { get; }
Property Value
XAsFloat
float XAsFloat { get; }
Property Value
XAsInt
int XAsInt { get; }
Property Value
YAsDouble
double YAsDouble { get; }
Property Value
YAsFloat
float YAsFloat { get; }
Property Value
YAsInt
int YAsInt { get; }
Property Value
ZAsDouble
double ZAsDouble { get; }
Property Value
ZAsFloat
float ZAsFloat { get; }
Property Value
ZAsInt
int ZAsInt { get; }