Table of Contents

Interface IVector

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

Properties

AxisCount

int AxisCount { get; }

Property Value

int

this[int]

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

Parameters

index int

Property Value

float

Normalized

IVector Normalized { get; }

Property Value

IVector

aspect

float aspect { get; }

Property Value

float

ceil

IVector ceil { get; }

Property Value

IVector

floor

IVector floor { get; }

Property Value

IVector

magnitude

float magnitude { get; }

Property Value

float

sqrMagnitude

float sqrMagnitude { get; }

Property Value

float

Methods

Round()

IVector Round()

Returns

IVector

ToString(string)

string ToString(string format)

Parameters

format string

Returns

string