Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | TSegment |
| Type | struct |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Geometry.h |
| Include Path | #include "Math/Geometry.h" |
Syntax
template<class PointType>
struct TSegment
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSegment
(
const PointType& InPoint0, |
Math/Geometry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Dummy | const PointType | Math/Geometry.h | ||
| Point0 | const PointType & | Math/Geometry.h | ||
| Point1 | const PointType & | Math/Geometry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PointType GetVector() |
Math/Geometry.h | ||
double SquaredLength() |
Math/Geometry.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const PointType & operator[]
(
int32 Index |
Math/Geometry.h |