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