-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
With Nodes being common in UFF files, and nodes having three coordinates, I am wondering if they should be structs when in a Julia Dataset? Something along the line of:
`julia> struct NodeN{T <: AbstractFloat}
x::T
y::T
z::T
end
julia> n = Node(1.0, 2.3, 5.6)
Node{Float64}(1.0, 2.3, 5.6)`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels