Triangle

io.pdal.Triangle
See theTriangle companion object
case class Triangle(a: Int, b: Int, c: Int) extends Product3[Int, Int, Int]

Triangles with PointIds that correspond to PointIds from the original PDAL PointCloud table.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product3[Int, Int, Int]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def _1: Int
def _2: Int
def _3: Int

Inherited methods

override def productArity: Int

Attributes

Definition Classes
Product3 -> Product
Inherited from:
Product3
override def productElement(n: Int): Any

Attributes

Definition Classes
Product3 -> Product
Inherited from:
Product3
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product