Table of Contents

Interface IVectorGeneric<TVector>

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

Type Parameters

TVector
Inherited Members

Properties

Normalized

TVector Normalized { get; }

Property Value

TVector

ceil

TVector ceil { get; }

Property Value

TVector

floor

TVector floor { get; }

Property Value

TVector

Methods

Round()

TVector Round()

Returns

TVector