GARStreetscapeGeometryRaycastResult

The result returned from |raycastStreetscapeGeometry:direction:error:| containing the transform of the hit location, the distance from the camera, and the geometry which was hit.

Summary

Inheritance

Inherits from: NSObject

Properties

distance
float
The distance between camera and intersection in meters.
streetscapeGeometry
The instance of GARStreetscapeGeometry that has an intersection with the ray.
worldTransform
simd_float4x4
The transformation matrix that defines the raycast result's rotation, translation and scale relative to the world.

Properties

distance

@property(nonatomic, readonly) float distance;

The distance between camera and intersection in meters.

streetscapeGeometry

@property(nonatomic, readonly) GARStreetscapeGeometry *streetscapeGeometry;

The instance of GARStreetscapeGeometry that has an intersection with the ray.

worldTransform

@property(nonatomic, readonly) simd_float4x4 worldTransform;

The transformation matrix that defines the raycast result's rotation, translation and scale relative to the world.