translate(by:)
Translates the entity by the specified vector.
Declaration
mutating func translate(by vector: Self.Vector)Parameters
- vector:
The vector that defines that translation.
Translates the entity by the specified vector.
mutating func translate(by vector: Self.Vector)The vector that defines that translation.