|
I have a 3D Plane defined by two 3D Vectors:
P = a Point which lies on the Plane N = The Plane's surface Normal And I want to calculate any vector that lies on the plane.
Started by Adam on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
A point in the plane can then be given by x = P + a w, In fact all points in the plane in the plane rather....
You can also take w2 = v - N (v.N)/(N.N) which is the projection of v into plane.
That is parallel to the plane.
|
|
Hi Helmut
Thanks for addding me to the list. Looking forward to getting the blades. Have you got any idea as to when they might be ready?
Can't wait to get stuck into making the planes. I will have a go at using kiln dried redgum.
Has anybody used this...
Started by Fix it Fritz on
, 15 posts
by 6 people.
Answer Snippets (Read the full thread at woodworkforums):
As for red gum for planes before the cap iron will overshoot....
So I would like to get the plane blades done asap in the new year.
I am need of some smaller size blades for a course project .
Like the ball rolling on the plane blades.
|
|
Vickers Wellington Plane Identifier & Squadron Code/Plane Letter for 458 Squadron Hi Everyone.
I'm interested in getting a model made up of a Wellington Bomber flown by the 458 Squadron RAAF.
My grandfather was in this Squadron, His name was H N L Bertram...
Started by nickbert_81 on
, 11 posts
by 6 people.
Answer Snippets (Read the full thread at ww2aircraft):
27th Feb 1943 - Wellington B.B.481 (This is the plane on the record the Squadron Code/Letter of the plane that went down in the Mediterranean that would be fantastic.
Of the plane but no other information.
|
Ask your Facebook Friends
|
Hi! Old guy coming back to hobby (obsession?). Years ago we cleaned our planes by hosing them down with Fantastik (kitchen) surface cleaner. I don't know if the stuff is still the same, or even if they still make it. What have you guys found that will...
Started by jfredmoran on
, 13 posts
by 8 people.
Answer Snippets (Read the full thread at rcgroups):
If the plane is especially dirty, I will spray it with some Windex or what ever is handy so it doesn't scratch.
When ready to clean my plane after flying I just give the bottle a quick shakeup and it is good,....
|
|
01-11-2012, 5:45 PM #2 Chris Griggs View Profile View Forum Posts View Blog Entries View Articles Member Join Date Feb 2010 Location New Orleans Posts 737 Ok, Rob Cosman surely knows a heck of a lot more then I do, but I don't consider any of those essential...
Answer Snippets (Read the full thread at sawmillcreek):
Do you use both skews or is a right handed one enough? I guess I could always use a router and a fence to cut rabbets right? is a plow plane good for anything but drawer bottoms for dovetails and such, a bunch....
The small LV router plane.
|
|
I am sure you guys have all travelled plenty of times and have some stories of any plane dramas you may have had.
Just earlier in the week, I was flying from Sydney to Orange on a small SAAB 340 (see pic below). Was a work trip and there was a bit of ...
Started by Genghis on
, 13 posts
by 11 people.
Answer Snippets (Read the full thread at pakpassion):
Captain announces: Sorry guys, we have to....
I thought that perhaps it was a miss approach.
We are looking out the windows then at the last second, the plane seems to start lifting up again.
Plane is full and is about to land.
From Bahrain.
|
|
I have been getting PM's from members asking me to run another batch order for wooden hand planes. So here we go again.
The steel will be M2, the blade thickness will be 4 mm or 6 mm in a wide variety, widths, and lengths, to suit virtually every need...
Started by thumbsucker on
, 15 posts
by 12 people.
Answer Snippets (Read the full thread at woodworkforums):
If so a 40x4x150 please.
Thinking of a scrub plane for hardwoods.
Is 4mm thick enough to get by without a chipbreaker .
Thumbsucker,
Been intending having a go at a plane one day.
To you,
thanks Ironwood.
|
|
I have a wall of Planes at different angles and positions. I'd like to get the camera to rotate and look straight at the focused plane. I have created a dummy Plane (lookAtMe) that tweens to the Plane I click on as follows:
private function planeClicked...
Started by Josh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can calculate the normal of a plane if you know three that information? Knowing the normal....
A normal is a vector with a length of 1 .
Did you know that your plane has a normal? It's true, it determines which side the plane is facing.
|
|
Hi, all.I want to find a 3D plane equation given 3 points.I have got the normal calculated after applying the cross product. But the equation of a plane is known to be the normal multiply by another vector which what i am taught to be as P.OP. I substitute...
Started by blur959 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Plane implicit Eqn:
All points P = (x, y, z) satisfying
< n , QP > = 0
where
n is the plane normal vector, Q is some point on the plane (any will do) QP is the vector from Q to P < a , b >.
|
|
I've got a arbitrary collection of 3d points, i know they're coplanar, but how do i calculate that plane?
Started by Carl Hörberg on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If they're not....
A point on a plane plus a normal defines a plane .
That gives you the plane's normal, and you can use the common point as a point on the plane.
Compute the cross product of two of the triangle's sides .
|