UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE_REWRITE SizeType Num() const
Definition Array.h:1144
UE_FORCEINLINE_HINT SizeType Emplace(ArgsType &&... Args)
Definition Array.h:2561
void SetNum(SizeType NewNum, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())
Definition Array.h:2308
void Empty(SizeType Slack=0)
Definition Array.h:2273
Definition CADEntity.cpp:23
@ IsoV
Definition GeoEnum.h:68
@ IsoU
Definition GeoEnum.h:67
Definition GeoPoint.h:103
Definition SurfacicSampling.h:14
void Reserve(int32 Number)
Definition SurfacicSampling.h:35
bool bWithNormals
Definition SurfacicSampling.h:15
void SetNum(int32 Number)
Definition SurfacicSampling.h:25
void Set2DCoordinates(const FCoordinateGrid &Coordinates)
Definition SurfacicSampling.h:53
TArray< FVector > Points3D
Definition SurfacicSampling.h:17
TArray< FVector3f > Normals
Definition SurfacicSampling.h:18
int32 Count()
Definition SurfacicSampling.h:20
TArray< FVector2d > Points2D
Definition SurfacicSampling.h:16
void NormalizeNormals()
Definition SurfacicSampling.h:45