Triangular2D.Builder Class

class Triangular2D.Builder

Allows for adding triangles to the mesh.Triangular2D effectively

Methods

add(...)

add a triangle (with given vertices: p1, p2, p3) to the mesh

Descriptions

Method Details

Triangular2D.Builder.add(p1, p2, p3)
Triangular2D.Builder.add(element)

add a triangle (with given vertices: p1, p2, p3) to the mesh

add a triangle represented by the given element to the mesh