menu
three_js_modifers package
documentation
simplify_modifer.dart
Triangle
hasVertex method
hasVertex method
dark_mode
light_mode
hasVertex
method
bool
hasVertex
(
Vertex
v
)
Implementation
bool hasVertex(Vertex v ) { return v == v1 || v == v2 || v == v3; }
three_js_modifers package
documentation
simplify_modifer
Triangle
hasVertex method
Triangle class