Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ProjectPointsOnShapeDto

Index

Constructors

Properties

Constructors

constructor

Properties

direction

direction: Vector3

Direction vector for projection - this must take the length into account as well, because algorithm looks for intresections with the shape in this direction. It will not find solutions outside the given length of this vector.

default

[0, 10, 0]

points

points: Point3[]

Points to project

default

undefined

projectionType

projectionType: pointProjectionTypeEnum

Allows user to choose what solutions are being returned by this operation.

default

all

shape

shape: T

Shape to use for projection

default

undefined

Generated using TypeDoc