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.UtilsAssembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.5.2
Syntax public Point3D CrossProduct(
Point3D b
)
Parameters
- b Point3D
- Middle finger in the right-hand rule.
Return Value
Point3DThe normal, which is the thumb in right-hand rule.
Remarks
a × b (thumb)
|
a (index finger) ---+== (right hand)
/
b (middle finger)
See Also