Méthode | Description | |
---|---|---|
CalculateArea_Triangle ( |
||
CalculateArea_Triangle ( |
||
CalculateVolume_Mesh ( |
||
CalculateVolume_Tetrahedron ( |
||
CalculateVolume_Tetrahedron ( |
||
GetAverageValue ( ) : float | ||
GetAveratePoint ( ) : |
||
IsPointInsideTriangle ( |
||
IsPointInsideTriangle ( |
||
IsPointInsideTriangle ( |
||
IsPointInsideTriangle ( |
public static CalculateArea_Triangle ( |
||
triangle | ||
Résultat | float |
public static CalculateArea_Triangle ( |
||
p1 | ||
p2 | ||
p3 | ||
Résultat | float |
public static CalculateVolume_Mesh ( |
||
mesh | ||
trans | ||
Résultat | float |
public static CalculateVolume_Tetrahedron ( |
||
tetrahedron | ||
Résultat | float |
public static CalculateVolume_Tetrahedron ( |
||
p1 | ||
p2 | ||
p3 | ||
p4 | ||
Résultat | float |
public static GetAveratePoint ( ) : |
||
Résultat |
public static IsPointInsideTriangle ( |
||
point | ||
triangle | ||
Résultat | bool |
public static IsPointInsideTriangle ( |
||
point | ||
tp1 | ||
tp2 | ||
tp3 | ||
Résultat | bool |
public static IsPointInsideTriangle ( |
||
point | ||
tp1 | ||
tp2 | ||
tp3 | ||
ignoreX | bool | |
ignoreY | bool | |
ignoreZ | bool | |
Résultat | bool |
public static IsPointInsideTriangle ( |
||
point | ||
triangle | ||
ignoreX | bool | |
ignoreY | bool | |
ignoreZ | bool | |
Résultat | bool |