|
Blender V4.3
|
#include <pointcloud.h>
Public Member Functions | |
| void | bounds_grow (const float3 *points, const float *radius, BoundBox &bounds) const |
| void | bounds_grow (const float3 *points, const float *radius, const Transform &aligned_space, BoundBox &bounds) const |
| void | bounds_grow (const float4 &point, BoundBox &bounds) const |
| float4 | motion_key (const float3 *points, const float *radius, const float4 *point_steps, size_t num_points, size_t num_steps, float time, size_t p) const |
| float4 | point_for_step (const float3 *points, const float *radius, const float4 *point_steps, size_t num_points, size_t num_steps, size_t step, size_t p) const |
Public Attributes | |
| int | index |
Definition at line 19 of file scene/pointcloud.h.
| CCL_NAMESPACE_BEGIN void PointCloud::Point::bounds_grow | ( | const float3 * | points, |
| const float * | radius, | ||
| BoundBox & | bounds ) const |
Definition at line 14 of file scene/pointcloud.cpp.
References Geometry::bounds, bounds_grow(), and BoundBox::grow().
Referenced by bounds_grow(), bounds_grow(), bounds_grow(), and BVH2::refit_primitives().
| void PointCloud::Point::bounds_grow | ( | const float3 * | points, |
| const float * | radius, | ||
| const Transform & | aligned_space, | ||
| BoundBox & | bounds ) const |
Definition at line 21 of file scene/pointcloud.cpp.
References Geometry::bounds, bounds_grow(), BoundBox::grow(), P, and transform_point().
| void PointCloud::Point::bounds_grow | ( | const float4 & | point, |
| BoundBox & | bounds ) const |
Definition at line 30 of file scene/pointcloud.cpp.
References Geometry::bounds, bounds_grow(), float4_to_float3(), and BoundBox::grow().
| float4 PointCloud::Point::motion_key | ( | const float3 * | points, |
| const float * | radius, | ||
| const float4 * | point_steps, | ||
| size_t | num_points, | ||
| size_t | num_steps, | ||
| float | time, | ||
| size_t | p ) const |
Definition at line 35 of file scene/pointcloud.cpp.
References min, motion_key(), PointCloud::num_points(), and point_for_step().
Referenced by motion_key().
| float4 PointCloud::Point::point_for_step | ( | const float3 * | points, |
| const float * | radius, | ||
| const float4 * | point_steps, | ||
| size_t | num_points, | ||
| size_t | num_steps, | ||
| size_t | step, | ||
| size_t | p ) const |
Definition at line 57 of file scene/pointcloud.cpp.
References make_float4(), PointCloud::num_points(), point_for_step(), and z().
Referenced by motion_key(), and point_for_step().
| int PointCloud::Point::index |
Definition at line 20 of file scene/pointcloud.h.