Table of Contents

Interface IVec3

Namespace
Vintagestory.API.MathTools
Assembly
VintagestoryAPI.dll
public interface IVec3

Properties

AsVec3i

Vec3i AsVec3i { get; }

Property Value

Vec3i

XAsDouble

double XAsDouble { get; }

Property Value

double

XAsFloat

float XAsFloat { get; }

Property Value

float

XAsInt

int XAsInt { get; }

Property Value

int

YAsDouble

double YAsDouble { get; }

Property Value

double

YAsFloat

float YAsFloat { get; }

Property Value

float

YAsInt

int YAsInt { get; }

Property Value

int

ZAsDouble

double ZAsDouble { get; }

Property Value

double

ZAsFloat

float ZAsFloat { get; }

Property Value

float

ZAsInt

int ZAsInt { get; }

Property Value

int