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