UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TSegment3< T > Member List

This is the complete list of members for UE::Geometry::TSegment3< T >, including all inherited members.

CenterUE::Geometry::TSegment3< T >
ConvertToUnitRange(T DistanceParameter) constUE::Geometry::TSegment3< T >inline
DirectionUE::Geometry::TSegment3< T >
DistanceSquared(const TVector< T > &Point) constUE::Geometry::TSegment3< T >inline
DistanceSquared(const TVector< T > &Point, T &DistParameterOut) constUE::Geometry::TSegment3< T >inline
EndPoint() constUE::Geometry::TSegment3< T >inline
ExtentUE::Geometry::TSegment3< T >
GetBounds() constUE::Geometry::TSegment3< T >inline
GetBounds(T SegmentRadius) constUE::Geometry::TSegment3< T >inline
GetPointFromIndex(int i) constUE::Geometry::TSegment3< T >inline
Length() constUE::Geometry::TSegment3< T >inline
NearestPoint(const TVector< T > &QueryPoint) constUE::Geometry::TSegment3< T >inline
PointAt(T DistanceParameter) constUE::Geometry::TSegment3< T >inline
PointBetween(T UnitParameter) constUE::Geometry::TSegment3< T >inline
Project(const TVector< T > &QueryPoint) constUE::Geometry::TSegment3< T >inline
ProjectUnitRange(const TVector< T > &QueryPoint) constUE::Geometry::TSegment3< T >inline
Reverse()UE::Geometry::TSegment3< T >inline
SetEndPoint(const TVector< T > &Point)UE::Geometry::TSegment3< T >inline
SetStartPoint(const TVector< T > &Point)UE::Geometry::TSegment3< T >inline
StartPoint() constUE::Geometry::TSegment3< T >inline
TSegment3()=defaultUE::Geometry::TSegment3< T >
TSegment3(const TVector< T > &Point0, const TVector< T > &Point1)UE::Geometry::TSegment3< T >inline
TSegment3(const TVector< T > &CenterIn, const TVector< T > &DirectionIn, T ExtentIn)UE::Geometry::TSegment3< T >inline
update_from_endpoints(const TVector< T > &p0, const TVector< T > &p1)UE::Geometry::TSegment3< T >inlineprotected