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/15 10:16] – [Scalar Computations] lightwolftools:multi-maths [2020/05/15 10:20] (current) – [Vector Computations] lightwolf
Line 47: 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.1589530616.txt.gz · Last modified: 2020/05/15 10:16 by lightwolf