Tetrahedron

ai.dragonfly.math.geometry.Tetrahedron
See theTetrahedron companion object
case class Tetrahedron(vertices: Array[Vec[3]]) extends Sampleable[Vec[3]]

Attributes

Companion
object
Source
Tetrahedron.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Sampleable[Vec[3]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def random(r: Random): Vec[3]

Attributes

Definition Classes
Source
Tetrahedron.scala
inline def v1: Vec[3]

Attributes

Source
Tetrahedron.scala
inline def v2: Vec[3]

Attributes

Source
Tetrahedron.scala
inline def v3: Vec[3]

Attributes

Source
Tetrahedron.scala
inline def v4: Vec[3]

Attributes

Source
Tetrahedron.scala
def volume: Double

Attributes

Source
Tetrahedron.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product