Wheel Hub Formula Apex Script | TRUSTED • 2026 |

public with sharing class WheelHub { public Double centerX { get; set; } public Double centerY { get; set; }

Here's an example code snippet that demonstrates how to use the Wheel Hub Formula Apex Script: Wheel Hub Formula Apex Script

public WheelHub(Double centerX, Double centerY) { this.centerX = centerX; this.centerY = centerY; } } public with sharing class WheelHub { public Double