[][src]Type Definition opencv::types::VectorOfVectorOfPoint3d

type VectorOfVectorOfPoint3d = Vector<Vector<Point3d>>;

Implementations

impl VectorOfVectorOfPoint3d[src]

Trait Implementations