Source Academy Modules
    Preparing search index...

    Function draw_3D_points_full_view

    • Returns a function that turns a given 3D Curve into a Drawing, by sampling the 3D Curve at num sample points. The Drawing consists of isolated points, and does not connect them. The Drawing is translated and stretched/shrunk to maximize its size to fit entirely inside the cube.

      Parameters

      • numPoints: number

      Returns RenderFunction

      function of type Curve → Drawing

      draw_3D_points_full_view(100)(t => make_3D_point(t, t, t));
      
    Index

    Properties

    scaleMode: ScaleMode
    drawMode: DrawMode
    space: CurveSpace
    isFullView: boolean