Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new HeartSolidDto(center?: Point3, direction?: Vector3, rotation?: number, sizeApprox?: number, extrusionLengthFront?: number, extrusionLengthBack?: number): HeartSolidDto
  • Parameters

    • Optional center: Point3
    • Optional direction: Vector3
    • Optional rotation: number
    • Optional sizeApprox: number
    • Optional extrusionLengthFront: number
    • Optional extrusionLengthBack: number

    Returns HeartSolidDto

Properties

center

center: Point3

Center of the circle

default

[0, 0, 0]

direction

direction: Vector3

Direction

default

[0, 1, 0]

extrusionLengthBack

extrusionLengthBack: number

Extrusion length in the backward direction

default

0

minimum

0

maximum

Infinity

step

0.1

extrusionLengthFront

extrusionLengthFront: number

Extrusion length in the forward direction

default

1

minimum

0

maximum

Infinity

step

0.1

rotation

rotation: number

Rotation of the hear

default

0

minimum

0

maximum

Infinity

step

15

sizeApprox

sizeApprox: number

Size of the bounding box within which the heart gets drawn

default

2

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc