Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Dec 13, 2024
1 parent 7beb98e commit 01769a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function project_line_points(scene, plot::T, positions::AbstractArray{<: Makie.V
space = (plot.space[])::Symbol
model = (plot.model[])::Mat4d
# Standard transform from input space to clip space
points = Makie.apply_transform(transform_func(plot), positions, space)::Vector{Point{N, FT}}
points = Makie.apply_transform(transform_func(plot), positions, space)::AbstractVector{Point{N, FT}}
f32convert = Makie.f32_convert_matrix(scene.float32convert, space)
transform = Makie.space_to_clip(scene.camera, space) * model * f32convert
clip_points = map(points) do point
Expand Down

0 comments on commit 01769a9

Please sign in to comment.