Class LineSegmentsGeometry

Hierarchy (view full)

Constructors

Methods

  • Bakes matrix transform directly into vertex coordinates.

    Parameters

    • matrix: Matrix4

    Returns LineSegmentsGeometry

  • Computes bounding box of the geometry, updating Geometry.boundingBox attribute. Bounding boxes aren't computed by default. They need to be explicitly computed, otherwise they are null.

    Returns void

  • Computes bounding sphere of the geometry, updating Geometry.boundingSphere attribute. Bounding spheres aren't' computed by default. They need to be explicitly computed, otherwise they are null.

    Returns void

  • Parameters

    • lineSegments: LineSegments<BufferGeometry | Geometry, Material | Material[]>

    Returns LineSegmentsGeometry

  • Returns void