Class Vector4DotProduct
Returns the dot product of two 4D vectors.
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
[UnitCategory("Math/Vector 4")]
[UnitTitle("Dot Product")]
public sealed class Vector4DotProduct : DotProduct<Vector4>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Methods
Operation(Vector4, Vector4)
Declaration
public override float Operation(Vector4 a, Vector4 b)
Parameters
Returns
Type | Description |
---|---|
float |