![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.ru.casperix.math.quad_matrix.QuadMatrixBuilder.kt Maven / Gradle / Ivy
package ru.casperix.math.quad_matrix
interface QuadMatrixBuilder {
fun translate(value: Basis): Self
fun scale(value: Basis): Self
/**
* Counter-clockwise rotate matrix in RHS
*/
fun rotate(angle: X): Self
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy