object
Matrix
Type Members
-
trait
Ctor[M <: Matrix] extends AnyRef
-
-
-
-
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
lazy val
defaultModelview: Modelview
-
lazy val
defaultProjection: Projection
-
lazy val
defaultSpace: Plain
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
identity[M <: Matrix](implicit arg0: Ctor[M]): M
-
def
inverse[M <: Matrix](thiz: Matrix, result: M): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
val
modelviewCtor: Ctor[Modelview]
-
def
multiply[M <: Matrix](thiz: Matrix, that: Matrix, result: M): M
-
def
multiply[M <: Matrix](thiz: Matrix, that: Matrix)(implicit arg0: Ctor[M]): M
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
orthoProjection(m: Projection)(left: Double, right: Double, bottom: Double, top: Double, nearPlane: Double, farPlane: Double)(implicit gl: Macrogl): Unit
-
def
perspectiveProjection(m: Projection)(left: Double, right: Double, bottom: Double, top: Double, nearPlane: Double, farPlane: Double)(implicit gl: Macrogl): Unit
-
implicit
val
plainCtor: Ctor[Plain]
-
implicit
val
projectionCtor: Ctor[Projection]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
implicit
val
textureCtor: Ctor[Texture]
-
def
toString(): String
-
def
view(m: Modelview)(xfrom: Float, yfrom: Float, zfrom: Float, xto: Float, yto: Float, zto: Float, xup: Float, yup: Float, zup: Float)(implicit gl: Macrogl): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any