All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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