in reply to Confused about 3D geometry / algebra
In addition to the modules, I'd recommend getting the current release of CGAL. You'll be needing CMake to install CGAL.#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->force('install', "Algorithm::Cluster", "Algorithm::ClusterPoints", "Algorithm::SVM", "Algorithm::SVMLight", "Bundle::Math", "Geometry::Primitive", "PDL", "SOOT");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Confused about 3D geometry / algebra
by tomdbs98 (Beadle) on Jun 04, 2010 at 13:49 UTC |