Type Vector4
Namespace
GloryEngine
Summary
Properties
Normalized
Get normalized vector
Length
Length of the vector
Fields
x
X component
y
Y component
z
Z component
w
W component
Methods
Dot(GloryEngine.Vector4)
Calculate the Dot product between this vector and another
Lerp(GloryEngine.Vector4,System.Single)
Linear interpolate between this vector and another by factor t
Dot(GloryEngine.Vector4,GloryEngine.Vector4)
Calculate the dot product between 2 vectors
Lerp(GloryEngine.Vector4,GloryEngine.Vector4,System.Single)
Linear interpolate between this vector and another by factor t