ChaosPro Home
Introduction
What's New
Palettes
Using Formulas
Layering in ChaosPro
Rendering
Fractal Parameter Windows
Windows
Menu
3D Transformations
Animations
Formula Compiler
Writing Formulas
Language Reference
Introduction
Basic Syntax
Datatypes
Constants
Variables
Expressions
Operators
Functions
Arithmetic
abs
cabs
conj
crossproduct
flip
recip
sqr
sqrt
Conversion
Color
Trigonometric
Miscellaneous
Control Structures
Compiler Directives
Functions
Interface to ChaosPro
Special Features, Notes...
Compatibility
Fractal Type Reference
Tutorials
Appendix
CHAOSPRO 4.0
Release 4.0
.

Predefined Functions - crossproduct

Function name:crossproduct - calculates cross product of two vectors
Synopsis:crossproduct(v1,v2)

Input data type 1 Input data type 2 Output data type
vector vector vector


Description:

Calculates the cross product of two vectors. The resulting vector is perpendicular to both v1 and v2, as long as v1 and v2 are not parallel.