Table of Contents

Struct FastVec3d

Namespace
Vintagestory.API.MathTools
Assembly
VintagestoryAPI.dll

Represents a vector of 3 doubles

[DocumentAsJson]
public struct FastVec3d

Fields

X (Recommended) (Default: 0)

The X-Component of the vector

[DocumentAsJson("Recommended", "0", false)]
public double X

Field Value

double

Y (Recommended) (Default: 0)

The Y-Component of the vector

[DocumentAsJson("Recommended", "0", false)]
public double Y

Field Value

double

Z (Recommended) (Default: 0)

The Z-Component of the vector

[DocumentAsJson("Recommended", "0", false)]
public double Z

Field Value

double