Skip to content

ntcore-ts / @ntcore-ts/client / Transform2d

Interface: Transform2d

Defined in: struct/geometry.ts:98

Unpacked Transform2d (Translation2d translation; Rotation2d rotation).

Properties

rotation

rotation: Rotation2d

Defined in: struct/geometry.ts:100


translation

translation: Translation2d

Defined in: struct/geometry.ts:99

Released under the MIT License.