menu
openworld package
documentation
three_dart_jsm/three_dart_jsm/modifiers/index.dart
Tri
hasVertex method
hasVertex method
dark_mode
light_mode
hasVertex
method
bool
hasVertex
(
Vertex
v
)
Implementation
bool hasVertex(Vertex v){ return v == this.v1 || v == this.v2 || v == this.v3; }
openworld package
documentation
three_dart_jsm/three_dart_jsm/modifiers/index
Tri
hasVertex method
Tri class