Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/CotanTriangleData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetOpposingCotangent
(
const int32 DynamicsMeshEdgeId |
Solvers/PrecomputedMeshWeightData.h | ||
double GetOpposingCotangent
(
const int32 DynamicsMeshEdgeId, |
Helper to return the cotangent of the angle opposite the given edge | Solvers/PrecomputedMeshWeightData.h |
GetOpposingCotangent(const int32)
| Name | GetOpposingCotangent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Solvers/PrecomputedMeshWeightData.h |
| Include Path | #include "Solvers/PrecomputedMeshWeightData.h" |
double GetOpposingCotangent
(
const int32 DynamicsMeshEdgeId
) const
GetOpposingCotangent(const int32, bool &)
Description
Helper to return the cotangent of the angle opposite the given edge
| Name | GetOpposingCotangent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Solvers/PrecomputedMeshWeightData.h |
| Include Path | #include "Solvers/PrecomputedMeshWeightData.h" |
double GetOpposingCotangent
(
const int32 DynamicsMeshEdgeId,
bool & bValid
) const
Cotangent of the opposite angle.
Parameters
| Name | Remarks |
|---|---|
| DynamicsMeshEdgeId | is the id used by FDynamicMesh3 for this edge. |
| bValid | will false on return if the requested edge is not part of this triangle |