Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FCoordinateGrid
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Geo/GeoPoint.h | |||
FCoordinateGrid
(
const TArray< double >& InUCoordinates, |
Geo/GeoPoint.h |
FCoordinateGrid()
| Name | FCoordinateGrid |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/GeoPoint.h |
| Include Path | #include "Geo/GeoPoint.h" |
FCoordinateGrid()
FCoordinateGrid(const TArray< double > &, const TArray< double > &)
| Name | FCoordinateGrid |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/GeoPoint.h |
| Include Path | #include "Geo/GeoPoint.h" |
FCoordinateGrid
(
const TArray < double > & InUCoordinates,
const TArray < double > & InVCoordinates
)