Bitbybit Docs
    Preparing search index...

    Class RayCastDto<T> (Inputs.Manifold)

    A solid and a ray segment for manifold.evaluate.rayCast.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalmanifold: T
      • Optionalorigin: Point3
      • Optionalendpoint: Point3

      Returns RayCastDto<T>

    Properties

    manifold: T

    The solid to cast the ray at.

    origin: Point3

    Where the ray segment starts.

    [0,0,0]
    
    endpoint: Point3

    Where the ray segment ends; nothing beyond it is hit.

    [0,0,10]