Quadrilateral

ostrat.geom.Quadrilateral
See theQuadrilateral companion trait
object Quadrilateral

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(vt0: Pt2, vt1: Pt2, vt2: Pt2, vt3: Pt2): Quadrilateral

Factory apply method to create Quadrilateral from its 4 vertices.

Factory apply method to create Quadrilateral from its 4 vertices.

Attributes

def apply(x0: Double, y0: Double, x1: Double, y1: Double, x2: Double, y2: Double, x3: Double, y3: Double): Quadrilateral

Factory apply method to create Quadrilateral from the X and Y components of the 4 vertices.

Factory apply method to create Quadrilateral from the X and Y components of the 4 vertices.

Attributes

Givens

Givens

Implicit Scale type class instance for Quadrilateral

Implicit Scale type class instance for Quadrilateral

Attributes

Implicit Slate2 type class instance for Quadrilateral

Implicit Slate2 type class instance for Quadrilateral

Attributes