b3ta.com qotw
You are not logged in. Login or Signup
Home » Question of the Week » Off Topic » Post 1461574 | Search
This is a question Off Topic

Are you a QOTWer? Do you want to start a thread that isn't a direct answer to the current QOTW? Then this place, gentle poster, is your friend.

(, Sun 1 Apr 2001, 1:00)
Pages: Latest, 836, 835, 834, 833, 832, ... 1

« Go Back | See The Full Thread

In code, that makes sense easily. It's basicly a class filled with objects and functions.
class ball {
var colour { get; set; }
var xCoOrd { get; set;}
var yCoOrd {get; set;}
var zCoOrd { get; set; }
var width {get; set; }
var height {get; set; }
var depth {get; set;}

function ball($params) {
$this-> = $params['colour'];
$this-> = $params['xCoOrd'];
$this-> = $params['yCoOrd'];
$this-> = $params['zCoOrd'];
$this-> = $params['width'];
$this-> = $params['height'];
$this-> = $params['depth'];

}
}
(, Wed 7 Dec 2011, 11:44, 1 reply, 14 years ago)
yep. basically.

(, Wed 7 Dec 2011, 11:46, Reply)
That's quite easy, really.
I reckon I'm quite clever sometimes.
(, Wed 7 Dec 2011, 11:54, Reply)

« Go Back | See The Full Thread

Pages: Latest, 836, 835, 834, 833, 832, ... 1