Table of Contents

Interface IIntVectorGeneric<TVector>

Namespace
Cobilas.GodotEngine.Utility.Numerics
Assembly
com.cobilas.godot.utility.dll
public interface IIntVectorGeneric<TVector> : IEquatable<TVector>, IIntVector, IFormattable where TVector : IIntVector

Type Parameters

TVector
Inherited Members

Properties

ceilToInt

TVector ceilToInt { get; }

Property Value

TVector

floorToInt

TVector floorToInt { get; }

Property Value

TVector

Methods

RoundToInt()

TVector RoundToInt()

Returns

TVector