Triangle

ai.dragonfly.mesh.Triangle
See theTriangle companion object
case class Triangle(v1: Int, v2: Int, v3: Int)

Attributes

Companion
object
Source
Triangle.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def area(vertices: NArray[Vec[3]]): Double

Attributes

Source
Triangle.scala
def bounds(vertices: NArray[Vec[3]]): VecBounds[3]

Attributes

Source
Triangle.scala
def nonZeroArea(points: NArray[Vec[3]]): Boolean

Attributes

Source
Triangle.scala
def offset(delta: Int): Triangle

Attributes

Source
Triangle.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Triangle.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product