Uses of Interface
com.solibri.geometry.primitive2d.Triangle2d
-
Packages that use Triangle2d Package Description com.solibri.geometry.primitive2d -
-
Uses of Triangle2d in com.solibri.geometry.primitive2d
Subinterfaces of Triangle2d in com.solibri.geometry.primitive2d Modifier and Type Interface Description interfaceMTriangle2dInterface that represents a triangle in the XY-plane.Methods in com.solibri.geometry.primitive2d that return Triangle2d Modifier and Type Method Description static Triangle2dTriangle2d. create(Vector2d firstPoint, Vector2d secondPoint, Vector2d thirdPoint)Creates a new instance.static Triangle2dTriangle2d. create(Triangle2d other)Creates a new instance.static Triangle2dTriangle2d. create(List<? extends Vector2d> points)Creates a new instance.Methods in com.solibri.geometry.primitive2d with parameters of type Triangle2d Modifier and Type Method Description static MTriangle2dMTriangle2d. create(Triangle2d other)Creates a new instance.static Triangle2dTriangle2d. create(Triangle2d other)Creates a new instance.
-