Table of Contents

Struct FastVec2f

Namespace
Vintagestory.API.MathTools
Assembly
VintagestoryAPI.dll

A fast version of Vec2f

[DocumentAsJson]
public struct FastVec2f

Fields

X (Optional) (Default: 0)

The X-Component of the vector

[DocumentAsJson("Optional", "0", false)]
public float X

Field Value

float

Y (Optional) (Default: 0)

The Y-Component of the vector

[DocumentAsJson("Optional", "0", false)]
public float Y

Field Value

float