```julia julia> using GeometryBasics julia> FaceView(rand(Point3f0, 10), TriangleFace[(1, 2, 3), (2, 4, 5)]) ERROR: MethodError: no method matching FaceView(::Array{Point{3,Float32},1}, ::Array{NgonFace{3,T} where T,1}) ``` Is this an error in the docstring or a bug? Also whats the recommended way to construct this view?