Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CombinedGeometry

Describes a geometry that is the result of the combination of exactly two other geometries. The geometries are combined using the GeometryCombineMode.

Hierarchy

Implements

Index

Constructors

constructor

Properties

combineMode

combineMode: GeometryCombineMode

Gets or sets the combine mode.

geometry1

geometry1: Geometry

Gets or sets the first geometry.

geometry2

geometry2: Geometry

Gets or sets the second geometry.

transform

transform: Transform

Gets or sets a geometries transformation matrix. The default value is the identity transform.

Accessors

Private type

  • get type(): "combined"
  • Returns "combined"

Methods

measure

Private serialize

  • serialize(target: BufferWriter): void
  • Parameters

    • target: BufferWriter

    Returns void

Static create

  • Returns the geometry that is defined by the specified geometry description.

    Parameters

    Returns Geometry

Static createCombinedGeometry

  • Returns the geometry that is defined by the specified geometry description.

    Parameters

    Returns CombinedGeometry

Static measure

Generated using TypeDoc