This is a free preview. For full access
Vectors in Space
Plane Equations from a Point and Normal
Description
A plane in three-dimensional space can be described by one point on the plane and a normal vector. The normal vector is perpendicular to the surface, and it sets the plane’s orientation. In geometry, this gives a clear way to model a flat surface in space.
The transcript uses a sloped glass panel...
Show More
Transcript
三维空间中的一个平面由平面上的一个点和一个法向量定义。该向量垂直于平面表面,并确定平面的方向。
在实际应用中,这模拟了附着在建筑物上的倾斜玻璃板的表面。
面板底面的角位于一个已知点,该点由位置矢量 r0 表示。其方向由一个垂直于表面的法向矢量 n 确定。
面板上的第二个点由另一个位置矢量 r 定义。将 r0 从 r 中减去,应用矢量差法则,得到一个位于面板表面的矢量。
由于该向量位于平面上,因此它与n
Show More