Click or drag to resize

MathUtilsDot(Vector3, Vector3) Method


Namespace: Internal.tainicom.Aether.Physics2D.Common
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static float Dot(
	Vector3 a,
	Vector3 b
)

Parameters

a  Vector3
 
b  Vector3
 

Return Value

Single
See Also