Forgot your password?
typodupeerror

Comment [ANSWER] Number of points required to define... (Score 1) 1965

One. You can do this by using just one point. A point has three arguments, the X,Y and Z value, now imagine a plane through the (0,0,0) point. The X argument specifies the 'pitch' of the plane, the Y argument the 'roll' and the Z argument translates the plane over the Z-axis. For example, when you define the Cartesian space as real values from 0-1, the point (0,0,0) defines a plane spanned by the X and Y axis. The point (0.5,0,0) defines the XY plane tilted at 45 deg up. The point (-0.5,0,0) defines the XY plane tilted down at 45deg. The point (-0.5,1,0) defines the plane perpendicular to the previous plane. Now when the plane does not intersect the z-axis at the (0,0,0) point just use the z-argument of the position where it does intersect the Z-axis. While this function already lets you define most planes there are a few exceptions, these are planes parallel to planes described by 2 of the basis axis which do not cross the z-axis. A way to still describe these planes is to define an exception that whenever a plane is parallel to the X or Y axis, ie (1,0,0) or (0,1,0) the z-argument does not translate the plane over the X-axis but over respectively the Y or X axis. I hope this makes some sense. -- Nicholas Piël

Slashdot Top Deals

The closest to perfection a person ever comes is when he fills out a job application form. -- Stanley J. Randall

Working...