在不同模态下的 GuideLine

Hierarchy

  • GuideLineModeItem

Constructors

Properties

endTagContainer: GuideLineTagContainer
mesh: Mesh<BufferGeometry, ShaderMaterial>
name: string = ''
startTagContainer: GuideLineTagContainer

Accessors

Methods

  • 求起点到 panoIndex 曲线长度

    Description

    为什么不使用 panoIndex 作为参数?

    • panoIndex 在一个曲线中可能出现多次,无法确定是哪一个。

    Parameters

    • index: number

      panoIndex 在 panoGroup 中的索引

    Returns number | void