ostrat.geom.Triangle
See theTriangle companion trait
object Triangle
Companion object for Triangle trait. Contains apply factory methods and TriangleGen implementation for non-specialised triangles.
Attributes
Members list
Type members
Classlikes
final class TriangleGen(val v0x: Double, val v0y: Double, val v1x: Double, val v1y: Double, val v2x: Double, val v2y: Double) extends Triangle, AffinePreserve
Implementation for the general case of triangle
Implementation for the general case of triangle
Attributes
- Companion
- object
- Supertypes
-
trait AffinePreservetrait SimilarPreservetrait ProlignPreservetrait Triangletrait Polygon3Plustrait Polygontrait PolygonBase[Pt2]trait VertSeqSpec[Pt2]trait Equalstrait Shapetrait BoundedElemtrait Fillabletrait Drawabletrait Aff2Elemtrait Simil2Elemtrait Axlign2Elemclass Objecttrait Matchableclass AnyShow all
object TriangleGen
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TriangleGen.type
Value members
Concrete methods
In this article