Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FEdgeSegment
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double ComputeUnorientedSlopeOf
(
const FEdgeSegment* Segment |
Compute the slope of the input Segment according to this. | Mesh/Structure/EdgeSegment.h | |
double ComputeUnorientedSlopeOf
(
const FVector2d& Middle, |
Compute the slope of the Segment defined by the two input points according to this. | Mesh/Structure/EdgeSegment.h |
ComputeUnorientedSlopeOf(const FEdgeSegment *)
Description
Compute the slope of the input Segment according to this.
| Name | ComputeUnorientedSlopeOf |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Mesh/Structure/EdgeSegment.h |
| Include Path | #include "Mesh/Structure/EdgeSegment.h" |
double ComputeUnorientedSlopeOf
(
const FEdgeSegment * Segment
) const
ComputeUnorientedSlopeOf(const FVector2d &, const FVector2d &)
Description
Compute the slope of the Segment defined by the two input points according to this.
| Name | ComputeUnorientedSlopeOf |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Mesh/Structure/EdgeSegment.h |
| Include Path | #include "Mesh/Structure/EdgeSegment.h" |
double ComputeUnorientedSlopeOf
(
const FVector2d & Middle,
const FVector2d & Projection
) const