PHP Classes

File: test_hilbert.php

Recommend this page to a friend!
  Classes of Chi H.   Hilbert curve   test_hilbert.php   Download  
File: test_hilbert.php
Role: Example script
Content type: text/plain
Description: example-test
Class: Hilbert curve
Generate points of an Hilbert curve
Author: By
Last change:
Date: 13 years ago
Size: 82 bytes
 

Contents

Class file image Download
<?php
require_once("hilbert.php");

$test = new hilbert();
$test->test_pth();

?>