Instance Method (Default implementation)swift 6.1.2_Differentiation
move(by:)
mutating func move(by offset: Self.TangentVector) mutating func move(by offset: Self.TangentVector) s16_Differentiation14DifferentiablePAA13TangentVectorACQzRszrlE4move2byyx_tF What are these?99O78where Self == Self.TangentVectorimport _Differentiationprotocol DifferentiableA type that mathematically represents a differentiable manifold whose tangent spaces are finite-dimensional.
associatedtype TangentVector : AdditiveArithmetic, Differentiable where Self.TangentVector == Self.TangentVector.TangentVectorA type representing a differentiable value’s derivatives.
mutating func move(by offset: Self.TangentVector) Moves self by the given offset. In Riemannian geometry, this is equivalent to exponential map, which moves self on the geodesic surface by the given tangent vector.