Skip to content

Commit

Permalink
feat: add transform model
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Sep 7, 2024
1 parent c6d627d commit f224c27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/vbl_aquarium/models/pinpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ class CraniotomyModel(VBLBaseModel):
class CraniotomyGroup(VBLBaseModel):
atlas: str
data: list[CraniotomyModel]



# TRANSFORM

class AffineTransformModel(VBLBaseModel):
scaling: Vector3
rotation: Vector3

0 comments on commit f224c27

Please sign in to comment.