Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TQuadricError
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| QuadricError.h | |||
TQuadricError
(
const TVector< RealType >& Normal, |
Construct TQuadricError a plane with the given normal and a point on plane | QuadricError.h | |
TQuadricError
(
const TQuadricError& a, |
Construct TQuadricError that is the sum of two other TQuadricErrors | QuadricError.h |
TQuadricError()
| Name | TQuadricError |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/QuadricError.h |
| Include Path | #include "QuadricError.h" |
TQuadricError()
TQuadricError(const TVector< RealType > &, const TVector< RealType > &)
Description
Construct TQuadricError a plane with the given normal and a point on plane
| Name | TQuadricError |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/QuadricError.h |
| Include Path | #include "QuadricError.h" |
TQuadricError
(
const TVector < RealType > & Normal,
const TVector < RealType > & Point
)
TQuadricError(const TQuadricError &, const TQuadricError &)
Description
Construct TQuadricError that is the sum of two other TQuadricErrors
| Name | TQuadricError |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/QuadricError.h |
| Include Path | #include "QuadricError.h" |
TQuadricError
(
const TQuadricError & a,
const TQuadricError & b
)