package
0.0.0-20221219220702-4f29a8f8da4b
Repository: https://github.com/eriklupander/pathtracer-ocl.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Cofactor3x3 may change the sign of the computed minor of the passed matrix.
Cofactor4x4 may change the sign of the computed minor of the passed matrix.
No description provided by the author
No description provided by the author
No description provided by the author
Determinant2x2 returns A-D minus B-C for a [A,B] [C,D] Matrix.
Determinant3x3 takes the first row of the passed matrix, summing the colvalue * Cofactor of the same col.
Determinant4x4.
No description provided by the author
Dot product is the sum of the products of the corresponding entries of the two sequences of numbers a product is simply put the result of a multiplication.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Magnitude measures the length of the passed vector.
No description provided by the author
Minor3x3 computes the submatrix at row/col and returns the determinant of the computed matrix.
Minor4x4 computes the submatrix at row/col and returns the determinant of the computed matrix.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Normalize measures the length (magnitude) of the passed Vector.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Submatrix3x3 extracts the 2x2 submatrix after deleting row and col from the passed 3x3.
Submatrix4x4 extracts the 3x3 submatrix after deleting row and col from the passed 4x4.
No description provided by the author
No description provided by the author
No description provided by the author
Translate creates a translation matrix from the identity matrix, setting wx, wy, wz to the passed xyz coords.
Transpose flips rows and cols in the matrix.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author