23 template<
typename VectorType>
34 return FMath::Max(-1.0, FMath::Min(
Cosinus, 1.0));
37 template<
typename VectorType>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE::Math::TVector2< double > FVector2d
Definition MathFwd.h:61
static FVector2d FromVector(const FVector &Src)
Definition Point.h:18
static double DiagonalAxisCoordinate(const FVector &Vec)
Definition Point.h:53
static CADKERNEL_API const FVector FarawayPoint3D
Definition Point.h:15
static double ComputeAngle(const VectorType &Vec1, const VectorType &Vec2)
Definition Point.h:38
static double ComputeCosinus(const VectorType &Vec1, const VectorType &Vec2)
Definition Point.h:24
static CADKERNEL_API const FVector2d FarawayPoint2D
Definition Point.h:16
static double DiagonalAxisCoordinate(const FVector2d &Vec)
Definition Point.h:58
Definition CADEntity.cpp:23
FVector2d FSurfacicTolerance
Definition Point.h:10
T Y
Definition Vector.h:65
T X
Definition Vector.h:62