Class: Node

Node()

new Node()

Source:

Methods

shareFlatTriangleWith(nde) → {boolean|boolean}

Indicates if the node and the one passed in parameter are located on the same flat triangle.
Parameters:
Name Type Description
nde object
Source:
Returns:
  • true If they are.
    Type
    boolean
  • false If they are not.
    Type
    boolean