Table of Contents

Interface IIntVector

Namespace
Cobilas.GodotEngine.Utility.Numerics
Assembly
com.cobilas.godot.utility.dll
public interface IIntVector : IFormattable
Inherited Members

Properties

AxisCount

int AxisCount { get; }

Property Value

int

this[int]

int this[int index] { get; set; }

Parameters

index int

Property Value

int

aspect

float aspect { get; }

Property Value

float

ceilToInt

IIntVector ceilToInt { get; }

Property Value

IIntVector

floorToInt

IIntVector floorToInt { get; }

Property Value

IIntVector

magnitude

float magnitude { get; }

Property Value

float

sqrMagnitude

int sqrMagnitude { get; }

Property Value

int

Methods

RoundToInt()

IIntVector RoundToInt()

Returns

IIntVector

ToString(string)

string ToString(string format)

Parameters

format string

Returns

string