Click or drag to resize

vert3v3dot Method

Dot product between 2 vectors

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.5.2.3 (2.5.2.3)
Syntax
public static float v3dot(
	vert3 n1,
	vert3 n2
)

Parameters

n1  vert3
n2  vert3

Return Value

Single
See Also