QuadrilateralGen

ostrat.geom.QuadrilateralGen
See theQuadrilateralGen companion class

Companion object for QuadrilateralGen, the general case of a Quadrilateral, contains factory methods.

Attributes

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

Members list

Value members

Concrete methods

def apply(v0: Pt2, v1: Pt2, v2: Pt2, v3: Pt2): QuadrilateralGen

Apply factory method to construct QuadrilateralGen from its 4 vertices.

Apply factory method to construct QuadrilateralGen from its 4 vertices.

Attributes

def apply(v0x: Double, v0y: Double, v1x: Double, v1y: Double, v2x: Double, v2y: Double, v3x: Double, v3y: Double): QuadrilateralGen

Apply factory method to construct QuadrilateralGen from its the X and Y componeents of its 4 vertices.

Apply factory method to construct QuadrilateralGen from its the X and Y componeents of its 4 vertices.

Attributes