coordframe
1.0.1
  • API Reference
    • Coordinate frames
      • CoordFrame
        • CoordFrame.m
        • CoordFrame.origin
        • CoordFrame.i
        • CoordFrame.j
        • CoordFrame.k
        • CoordFrame.as_points()
        • CoordFrame.transform()
        • CoordFrame.from_world()
        • CoordFrame.to_world()
        • CoordFrame.__repr__()
    • Point clouds
      • PointCloud
        • PointCloud.n
        • PointCloud.as_frame()
        • PointCloud.center
        • PointCloud.in_frame()
        • PointCloud.in_world()
        • PointCloud.transform()
        • PointCloud.reframe()
        • PointCloud.reframe_pca()
        • PointCloud.__call__()
        • PointCloud.pts_in_box()
        • PointCloud.in_box()
        • PointCloud.frac_pts_in_box()
    • Quaternions
      • Quat
        • Quat.to_euler()
    • Helpers
      • transform()
      • m4()
      • v4()
      • apply_matrix()
      • normal2tfmat()
      • twisttf()
      • scaletf()
      • norm_vec()
coordframe
  • Index

Index

_ | A | C | F | I | J | K | M | N | O | P | Q | R | S | T | V

_

  • __call__() (coordframe.PointCloud method)
  • __repr__() (coordframe.CoordFrame method)

A

  • apply_matrix() (in module coordframe)
  • as_frame() (coordframe.PointCloud method)
  • as_points() (coordframe.CoordFrame method)

C

  • center (coordframe.PointCloud property)
  • CoordFrame (class in coordframe)

F

  • frac_pts_in_box() (coordframe.PointCloud method)
  • from_world() (coordframe.CoordFrame method)

I

  • i (coordframe.CoordFrame property)
  • in_box() (coordframe.PointCloud method)
  • in_frame() (coordframe.PointCloud method)
  • in_world() (coordframe.PointCloud method)

J

  • j (coordframe.CoordFrame property)

K

  • k (coordframe.CoordFrame property)

M

  • m (coordframe.CoordFrame property)
  • m4() (in module coordframe)

N

  • n (coordframe.PointCloud property)
  • norm_vec() (in module coordframe)
  • normal2tfmat() (in module coordframe)

O

  • origin (coordframe.CoordFrame property)

P

  • PointCloud (class in coordframe)
  • pts_in_box() (coordframe.PointCloud method)

Q

  • Quat (class in coordframe)

R

  • reframe() (coordframe.PointCloud method)
  • reframe_pca() (coordframe.PointCloud method)

S

  • scaletf() (in module coordframe)

T

  • to_euler() (coordframe.Quat method)
  • to_world() (coordframe.CoordFrame method)
  • transform() (coordframe.CoordFrame method)
    • (coordframe.PointCloud method)
    • (in module coordframe)
  • twisttf() (in module coordframe)

V

  • v4() (in module coordframe)

© Copyright 2026, Praneeth Namburi.

Built with Sphinx using a theme provided by Read the Docs.