Skip to content

Transform3D should have an affine3d= helper. #3645

@jleibs

Description

@jleibs

A 3x4 affine matrix is a common representation. Would be nice to be able to pass this directly to rr.Transform3D instead of needing to:

rr.Transform3D(translation=transform[:,3], mat3x3=transform[:,0:3])

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsdk-pythonPython logging API🐑🐑 duplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions