Triangles |
public class Triangles2D : Shape2D
The Triangles2D type exposes the following members.
Name | Description | |
---|---|---|
![]() | Triangles2D | Initializes a new instance of the Triangles2D class |
Name | Description | |
---|---|---|
![]() | BoundBox | (Inherited from Shape2D) |
![]() | Color | (Inherited from Shape2D) |
![]() | FillType | |
![]() | LineType | (Inherited from Shape2D) |
![]() | LineWidth | (Inherited from Shape2D) |
![]() | Points | |
![]() | ShapeType | (Inherited from Shape2D) |
Name | Description | |
---|---|---|
![]() | AddTriangle(PointF, PointF, PointF) | |
![]() | AddTriangle(Vec2, Vec2, Vec2) | |
![]() | Clear | (Overrides Shape2DClear) |
![]() | Clone | (Overrides Shape2DClone) |
![]() | ContainedByBox | (Overrides Shape2DContainedByBox(Box2D)) |
![]() | DistanceTo | (Overrides Shape2DDistanceTo(Vec2)) |
![]() | IntersectWithBox | (Overrides Shape2DIntersectWithBox(Box2D)) |
![]() | IsEmpty | (Overrides Shape2DIsEmpty) |
![]() | Transform | (Overrides Shape2DTransform(Mat43)) |
![]() | Translate(Vec2) | (Overrides Shape2DTranslate(Vec2)) |
![]() | Translate(Double, Double) | (Overrides Shape2DTranslate(Double, Double)) |