Union Bytes EngineModulesMathVectorv4fDot

Union Bytes Engine

GeneralHilfeseitensyntaxModules
AnimationBillboardCageCameraControlDefinitionDrawingFontGadgetGeneralJoystickLightMaterialMath
QuaternionVector
v4fAddv4fAdditionv4fChangev4fDotv4fLengthv4fSetVECTOR4f
MeshNetworkNodeObjectParticlePhysicShaderSoundsSpriteTexture

v4fDot

Description

Gets the result of a dot multiplication of the given homogeneous vectors.

Syntax

Result.f = UBE_v4fDot( *v4fSource1.UBE_VECTOR4f, *v4fSource2.UBE_VECTOR4f )

Parameters

*v4fSource1 A valid pointer to a homogeneous vector (Left operand).
*v4fSource2 A valid pointer to a homogeneous vector (Right operand).

Return value

The result of dot multiplication.

Remarks

dot = S1x·S2x + S1y·S2y + S1z·S2z

See also

Union Bytes | Login