menu
oimo_physics package
documentation
shape/tetra_shape.dart
Tetra
mtri method
mtri method
dark_mode
light_mode
mtri
method
Face
mtri
(
Vec3
a
,
Vec3
b
,
Vec3
c
)
Implementation
Face mtri(Vec3 a, Vec3 b, Vec3 c){ return Face(a, b, c); }
oimo_physics package
documentation
shape/tetra_shape
Tetra
mtri method
Tetra class