UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CADKernel::FCurvePoint2D Struct Reference

#include <GeoPoint.h>

Public Attributes

int32 DerivativeOrder = -1
 
FVector2d Point = FVector2d::ZeroVector
 
FVector2d Gradient = FVector2d::ZeroVector
 
FVector2d Laplacian = FVector2d::ZeroVector
 

Member Data Documentation

◆ DerivativeOrder

int32 UE::CADKernel::FCurvePoint2D::DerivativeOrder = -1

◆ Gradient

FVector2d UE::CADKernel::FCurvePoint2D::Gradient = FVector2d::ZeroVector

◆ Laplacian

FVector2d UE::CADKernel::FCurvePoint2D::Laplacian = FVector2d::ZeroVector

◆ Point

FVector2d UE::CADKernel::FCurvePoint2D::Point = FVector2d::ZeroVector

The documentation for this struct was generated from the following file: