pub fn select_many<C: CubePrimitive>( condition: Line<bool>, then: Line<C>, or_else: Line<C>, ) -> Line<C>
Same as [select] but with lines instead.