struct MagesMath::FPointNormalPlane¶
Overview¶
#include <MagesMathUtility.h> struct FPointNormalPlane { // fields FVector N; float D; // construction FPointNormalPlane(); FPointNormalPlane(FVector N, float D); FPointNormalPlane(FVector P1, FVector P2, FVector P3); // methods FORCEINLINE FVector GetPoint() const; };