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((Triangular2D.Builder)arg1, (plask.vec)p1, (plask.vec)p2, (plask.vec)p3)
Triangular2D.Builder.add((Triangular2D.Builder)arg1, (Triangular2D.Element)element)

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

add a triangle represented by the given element to the mesh