Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ArcEdgeCircleTwoPointsDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional circle: T
    • Optional start: Point3
    • Optional end: Point3
    • Optional sense: boolean

    Returns ArcEdgeCircleTwoPointsDto<T>

Properties

circle

circle: T

Circular edge

default

undefined

end

end: Point3

End of the arc on the circle

default

[0, 0, 1]

sense

sense: boolean

If true will sense the direction

default

true

start

start: Point3

Start of the arc on the circle

default

[0, 0, 0]

Generated using TypeDoc