menu
three_js_math package
documentation
objects/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_js_math package
documentation
objects/triangle
Triangle
getNormal method
Triangle class