Searched defs:transpose (Results 1 – 1 of 1) sorted by relevance
49 public val transpose: Matrix4 by lazy(LazyThreadSafetyMode.NONE) { transpose() } in <lambda>() constant103 private fun transpose(): Matrix4 { in transpose() method