Click or drag to resize

Point3DCrossProduct Method

Computes the cross product between this (a, index finger) and b (middle finger), following the right-hand rule. Returns the normal (a × b, thumb).

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public Point3D CrossProduct(
	Point3D b
)

Parameters

b  Point3D
Middle finger in the right-hand rule.

Return Value

Point3D
The normal, which is the thumb in right-hand rule.
Remarks
a × b (thumb) | a (index finger) ---+== (right hand) / b (middle finger)
See Also