extension
NewiOSmacOStvOSwatchOS
Pose3D
NewiOSmacOStvOSwatchOSextension Pose3D : ProjectiveTransformable3DDeclaration
extension Pose3D : ProjectiveTransformable3D {
/// Returns a pose that's transformed by the specified projective transform.
///
/// - Parameter transform: The projective transform.
/// - Returns The transformed pose.
///
/// This function applies the transform to the pose.
public func applying(_ transform: ProjectiveTransform3D) -> Pose3D
}