db&w documentation wiki

finest software | finest docs

Site Tools


tools:multi-maths

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:multi-maths [2020/05/13 15:16] lightwolftools:multi-maths [2020/05/15 10:20] (current) – [Vector Computations] lightwolf
Line 13: Line 13:
 {{ :tools:x-maths_gui_v01.png|}} {{ :tools:x-maths_gui_v01.png|}}
 ===== Scalar Computations ===== ===== Scalar Computations =====
 +
 +All of these computations results in a scalar value.
 +
 ^Scalar =^Description^ ^Scalar =^Description^
 |X + Y|Adds two scalar values| |X + Y|Adds two scalar values|
Line 44: Line 47:
  
 ===== Vector Computations ===== ===== Vector Computations =====
 +
 +These compute a vector result.
  
 ^Vector =^Description^ ^Vector =^Description^
-|A + B| +|A + B|Adds two vectors
-|A - B| +|A - B|Subtracts vector B from A
-|A * B| +|A * B|Multiplies the components of two vectors
-|A / B| +|A / B|Divides the components of A by the components of B| 
-|A x B (cross product)| +|A x B (cross product)|Computes the cross product between two vectors, this results in a vector perpendicular to both of them|  
-|A * X| +|A * X|Multiplies a vector by a scalar
-|A / X| +|A / X|Divides a vector by a scalar
-|normalize(A)| +|normalize(A)|Normalises vector A
-|A * M|+|A * M|Multiplies a vector by a matrix|
  
 ===== Matrix Computations ===== ===== Matrix Computations =====
 +
 +The result of these is a 4x4 matrix.
  
 ^Matrix =^Description^ ^Matrix =^Description^
tools/multi-maths.txt · Last modified: 2020/05/15 10:20 by lightwolf