TPlane3::TPlane3

N is specified, c = [Dot(N,P)](API\Runtime\Engine\EMaterialPreshaderOpcode) where P is a point on the plane.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "PlaneTypes.h"

Syntax

TPlane3
(
    const FVector3< RealType > & Normal,
    const FVector3< RealType > & Point
)

Remarks

N is specified, c = Dot(N,P) where P is a point on the plane.

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