Contents

applying(_:)

Returns a ray that’s transformed by the specified scaled pose.

Declaration

func applying(_ scaledPose: ScaledPose3DFloat) -> Ray3DFloat

Discussion

  • Returns The transformed ray. This function rotates the ray’s direction by the pose’s rotation and offsets the ray’s origin by the pose’s position.