version 0.6.0
Abstract type shape

Data Types

type  type_shape::t_shape
 Abstract definition of a shape type. More...
 
interface  type_shape::abs_initialize_shape
 Initialize the shape. More...
 
interface  type_shape::abs_copy_shape
 Copy the shape. More...
 
interface  type_shape::abs_shape_is_inside
 Check if a point lies inside the shape. More...
 
interface  type_shape::abs_shape_get_samples_inside
 Check if a given number of point lies in a shape. More...
 
interface  type_shape::abs_shape_get_distance
 Compute the signed distance and the signed direction from a point to the shape. More...
 

Detailed Description