menu
openworld package
documentation
three_dart/three3d/math/index.dart
Triangle
getNormal method
getNormal method
dark_mode
light_mode
getNormal
method
Vector3
getNormal
(
Vector3
target
)
Implementation
Vector3 getNormal(Vector3 target) { return Triangle.static_getNormal(a, b, c, target); }
openworld package
documentation
three_dart/three3d/math/index
Triangle
getNormal method
Triangle class