Class Point3dList

Hierarchy (view full)

Constructors

Properties

boundingBox: BoundingBox

Even though this is a property, it is not a "fast" calculation. Every point is evaluated in order to get the bounding box of the list.

capacity: number
count: number

Methods

  • Parameters

    • x: number

      The X coordinate.

    • y: number

      The Y coordinate.

    • z: number

      The Z coordinate.

    Returns void

    Description

    Adds a Point3d to the end of the list with given x,y,z coordinates.

  • Parameters

    • points: number[][]

      Points to add.

    Returns void

    Description

    Add a range of points to the list.

  • ...

    Parameters

    • index: number

    Returns number[]

  • ...

    Parameters

    • index: number
    • point: number[]

    Returns void

  • ...

    Parameters

    • index: number
    • point: number[]

    Returns void

  • Parameters

    • xValue: number

    Returns void

    Description

    Set all the X values for the points to a single value

  • Parameters

    • yValue: number

    Returns void

    Description

    Set all the Y values for the points to a single value

  • Returns void

    Description

    Set all the Z values for the points to a single value

  • Parameters

    Returns void

    Description

    Applies a transform to all the points in the list.

Generated using TypeDoc