Computes a point from trilinear triangle coordinates alpha:beta:gamma.
Namespace:
ceometric.VectorGeometry
Assembly:
ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetPointFromTrilinearCoordinates ( _
alpha As Double, _
beta As Double, _
gamma As Double _
) As Point |
Return Value
Returns a point computed from trilinear triangle coordinates alpha:beta:gamma.
Exceptions
| Exception | Condition |
|---|
| System..::.ArithmeticException | Invalid trilinear coordinates.
The sum of the trilinear coordinates must not be zero.
The triangle may be degenerate (vertices are collinear or identical). |
See Also