V3Crossproduct
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Calculates the crossproduct of two vector3s. Added by NVSE 4.2.3.
Syntax
(none) V3Crossproduct Out_X:string Out_Y:string Out_Z:string VectorA_X:float VectorA_Y:float VectorA_Z:float VectorB_X:float VectorB_Y:float VectorB_Z:float
Or:
(none) V3XProd Out_X:string Out_Y:string Out_Z:string VectorA_X:float VectorA_Y:float VectorA_Z:float VectorB_X:float VectorB_Y:float VectorB_Z:float