UArFrame constructor
const
UArFrame({
- double timestamp = 0,
- UArPose camera = UArPose.identity,
- double fov = 60,
- UArLightEstimate? light,
- UArGeoPose? geo,
- UArHitResult? centerHit,
- double? northYaw,
- double? heading,
- double? headingAccuracy,
- Map<
String, double> semantics = const <String, double>{}, - Map<
String, UArProjection> projections = const <String, UArProjection>{},
Implementation
const UArFrame({
this.timestamp = 0,
this.camera = UArPose.identity,
this.fov = 60,
this.light,
this.geo,
this.centerHit,
this.northYaw,
this.heading,
this.headingAccuracy,
this.semantics = const <String, double>{},
this.projections = const <String, UArProjection>{},
});