Type Vector2

Namespace

GloryEngine

Summary

Properties

Normalized

Get normalized vector

Length

Length of the vector

Fields

x

X component

y

Y component

Methods

Dot(GloryEngine.Vector2)

Calculate the Dot product between this vector and another

Lerp(GloryEngine.Vector2,System.Single)

Linear interpolate between this vector and another by factor t

Dot(GloryEngine.Vector2,GloryEngine.Vector2)

Calculate the dot product between 2 vectors

Lerp(GloryEngine.Vector2,GloryEngine.Vector2,System.Single)

Linear interpolate between this vector and another by factor t