components string
vector being accessed
creates an expression that gets 2 components from a vector
the vector to get components of
components string
creates an expression that gets 3 components from a vector
the vector to get components of
components string
creates an expression that gets 4 components from a vector
the vector to get components of
components string
creates an expression that gets 1 component from a vector
the vector to get components of
components string
Generated using TypeDoc
checks if components accessing a vector are legal. components can be illegal if they mix sets (e.g.
v.rgzw
) or contain characters outside of any set (e.g.v.lmno
)