TAttrBasedQuadricError::TAttrBasedQuadricError

Triangle Quadric constructor. Take vertex locations, vertex normals, face normal, and center of face.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/QuadricError.h

Include

#include "QuadricError.h"

Syntax

TAttrBasedQuadricError
(
    const FVector3< RealType > & P0,
    const FVector3< RealType > & P1,
    const FVector3< RealType > & P2,
    const FVector3< RealType > & N0,
    const FVector3< RealType > & N1,
    const FVector3< RealType > & N2,
    const FVector3< RealType > & NFace,
    const FVector3< RealType > & CenterPoint,
    RealType AttrWeight
)

Remarks

Triangle Quadric constructor. Take vertex locations, vertex normals, face normal, and center of face.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss