non-gon
    Preparing search index...

    Class EllipticParaboloid

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    center: Vector3 = ...
    geometry: any = null
    height: number
    rotation: Vector3 = ...
    segments: number = 100
    type: GeometryType3D = GeometryType3D.EllipticParaboloid
    xradius: number
    yradius: number

    Methods

    • Checks if the current geometry is overlapping or in close proximity to another geometry.

      Parameters

      • geometry: IGeometry3D | IGeometry2D

        The geometry to compare against. Can be either a 3D geometry implementing the IGeometry3D interface or a 2D geometry implementing the IGeometry2D interface.

      • Optionalmethod: string

        (Optional) The algorithm or method to use for the proximity query. If not provided, a default method is used.

      Returns boolean

      True if the geometries are overlapping or in close proximity, false otherwise.