| Package | Description | 
|---|---|
| com.solibri.geometry.primitive2d | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MTriangle2d
Interface that represents a triangle in the XY-plane. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Triangle2d | 
Triangle2d.create(List<? extends Vector2d> points)
Creates a new instance. 
 | 
static Triangle2d | 
Triangle2d.create(Triangle2d other)
Creates a new instance. 
 | 
static Triangle2d | 
Triangle2d.create(Vector2d firstPoint,
      Vector2d secondPoint,
      Vector2d thirdPoint)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MTriangle2d | 
MTriangle2d.create(Triangle2d other)
Creates a new instance. 
 | 
static Triangle2d | 
Triangle2d.create(Triangle2d other)
Creates a new instance. 
 | 
Copyright © 2019 Solibri, Inc.. All rights reserved.