bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class ProjectPointsOnShapeDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    points: Point3[]

    Points to project

    undefined
    
    shape: T

    Shape to use for projection

    undefined
    
    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.

    [0, 10, 0]
    
    projectionType: pointProjectionTypeEnum

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

    all