GeometryPointIsInsideTriangle Method |
Returns if point is inside the triangle specified by a, b and c.
Namespace: Godot
public static bool PointIsInsideTriangle( Vector2 point, Vector2 a, Vector2 b, Vector2 c )
[Missing <param name="point"/> documentation for "M:Godot.Geometry.PointIsInsideTriangle(Godot.Vector2,Godot.Vector2,Godot.Vector2,Godot.Vector2)"]
[Missing <param name="a"/> documentation for "M:Godot.Geometry.PointIsInsideTriangle(Godot.Vector2,Godot.Vector2,Godot.Vector2,Godot.Vector2)"]
[Missing <param name="b"/> documentation for "M:Godot.Geometry.PointIsInsideTriangle(Godot.Vector2,Godot.Vector2,Godot.Vector2,Godot.Vector2)"]
[Missing <param name="c"/> documentation for "M:Godot.Geometry.PointIsInsideTriangle(Godot.Vector2,Godot.Vector2,Godot.Vector2,Godot.Vector2)"]
[Missing <returns> documentation for "M:Godot.Geometry.PointIsInsideTriangle(Godot.Vector2,Godot.Vector2,Godot.Vector2,Godot.Vector2)"]