<!--
{
  "availability" : [
    "FxPlug: 3.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Professional Video Applications",
  "identifier" : "/documentation/professional_video_applications/FxPathGeometryInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Professional Video Applications"
    ],
    "preciseIdentifier" : "c:@S@FxPathGeometryInfo"
  },
  "title" : "FxPathGeometryInfo"
}
-->

# FxPathGeometryInfo

A structure that defines the geometry information of the path.

```
struct FxPathGeometryInfo
```

## Topics

### Instance Properties

[`var curvature: Double`](/documentation/professional_video_applications/FxPathGeometryInfo/curvature)

The curvature of the ellipse, if applicable.

[`var radius: FxPoint2D`](/documentation/professional_video_applications/FxPathGeometryInfo/radius)

The radius of the ellipse, if applicable.

[`var size: FxPoint2D`](/documentation/professional_video_applications/FxPathGeometryInfo/size)

The size of the rectangle, if applicable.

[`var transform: Unmanaged<FxMatrix44>!`](/documentation/professional_video_applications/FxPathGeometryInfo/transform)

The shape’s transformation matrix.

### Initializers

[`init()`](/documentation/professional_video_applications/FxPathGeometryInfo/init())

[`init(curvature: Double, radius: FxPoint2D, size: FxPoint2D, transform: Unmanaged<FxMatrix44>!)`](/documentation/professional_video_applications/FxPathGeometryInfo/init(curvature:radius:size:transform:))

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)