Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MeshBitByBit

Index

Constructors

constructor

Methods

calculateTrianglePlane

  • Calculates the triangle plane from triangle.

    group

    traingle

    shortname

    triangle plane

    drawable

    false

    Parameters

    Returns TrianglePlane3

    triangle plane

meshMeshIntersectionPoints

  • Computes the intersection points of two meshes.

    group

    mesh

    shortname

    mesh-mesh int points

    drawable

    false

    Parameters

    Returns Point3[][]

    array of intersection points

meshMeshIntersectionPolylines

  • Computes the intersection polylines of two meshes.

    group

    mesh

    shortname

    mesh-mesh int polylines

    drawable

    true

    Parameters

    Returns Polyline3[]

    array of intersection polylines

meshMeshIntersectionSegments

  • Computes the intersection segments of two meshes.

    group

    mesh

    shortname

    mesh-mesh int segments

    drawable

    false

    Parameters

    Returns Segment3[]

    array of intersection segments

signedDistanceToPlane

  • Computes the signed distance from a point to a plane.

    group

    base

    shortname

    signed dist to plane

    drawable

    false

    Parameters

    Returns number

    signed distance

triangleTriangleIntersection

  • Calculates the intersection of two triangles.

    group

    traingle

    shortname

    triangle-triangle int

    drawable

    false

    Parameters

    Returns Segment3

    intersection segment or undefined if no intersection

Generated using TypeDoc