Type Vector3

Namespace

GloryEngine

Summary

Properties

Normalized

Get normalized vector

Length

Length of the vector

xy

Get a Vector2 with the x and y component of this Vector3

yz

Get a Vector2 with the y and z component of this Vector3

xz

Get a Vector2 with the x and z component of this Vector3

Fields

x

X component

y

Y component

z

Z component

Methods

Dot(GloryEngine.Vector3)

Calculate the Dot product between this vector and another

Cross(GloryEngine.Vector3)

Calculate the cross product of this vector and another

Lerp(GloryEngine.Vector3,System.Single)

Linear interpolate between this vector and another by factor t

Dot(GloryEngine.Vector3,GloryEngine.Vector3)

Calculate the dot product between 2 vectors

Cross(GloryEngine.Vector3,GloryEngine.Vector3)

Calculate the cross product of 2 vectors

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

Linear interpolate between this vector and another by factor t