Search
Geometry.pointIsInsideTriangle Method
See Also
 






Namespace: com.mindfusion.charting.threed
File: com.mindfusion.charting.threed

 Syntax

Java  Copy Code

public static boolean pointIsInsideTriangle (
    null A,
    null B,
    null C,
    null point
)

 Parameters

A

B

C

point

 Return Value

 See Also