Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun rotate(radians: Double, axis: Vector3): Matrix3d

https://en.wikipedia.org/wiki/Rotation_matrix#Rotation_matrix_from_axis_and_angle Note, my matrix is reflected along the diagonal!

Link copied to clipboard
fun rotateX(radians: Double): Matrix3d
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun scale(xScale: Double, yScale: Double, zScale: Double): Matrix3d
Link copied to clipboard