Searched refs:to_world (Results 1 – 8 of 8) sorted by relevance
737 tractogram_world = transformed_tractogram.to_world(lazy=True)745 tractogram_world = transformed_tractogram.to_world()752 tractogram_world2 = transformed_tractogram.to_world()762 tractogram.to_world()945 tractogram.to_world()976 tractogram_world = transformed_tractogram.to_world()984 tractogram_world = tractogram_world.to_world()993 tractogram.to_world()
221 tractogram.to_world(lazy=True))
46 float3 to_world(Patch *patch, float2 uv);
42 float3 DiagSplit::to_world(Patch *patch, float2 uv) in to_world() function in DiagSplit67 float3 Plast = to_world(patch, Pstart); in T()72 float3 P = to_world(patch, Pstart + t * (Pend - Pstart)); in T()
442 def to_world(self, lazy=False): member in Tractogram822 def to_world(self, lazy=True): member in LazyTractogram
401 tractogram = tractogram.to_world()449 tractogram = self.tractogram.to_world(lazy=True)
193 tractogram = self.tractogram.to_world(lazy=True)
423 Eigen::Quaterniond to_world = transform_to_world(); in verify_traversal_order() local426 …Vec3d cntr = to_world * (cube->center_octree + (child_centers[j] * (context.cubes_properties[depth… in verify_traversal_order()