Tetrahedron

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

Attributes

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

Members list

Concise view

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

Attributes

Source:
Tetrahedron.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product