文件名称:PointPlane
- 所属分类:
- 3D图形编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.82mb
- 下载次数:
- 0次
- 提 供 者:
- 福***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
判断点是否位于平面上(三维)。
原理:将平面方程变f(x) = 0的形式,将点的坐标代入f(x)中,若点位于平面上,则f(x)为0,若点位于平面两侧, 则f(x)值正负号相反,由此可判断此点位于面的哪一边。
可在CPointPlaneDlg::PlaneEquation()对点和面的数据进行修改。-The relationship between point and plane,determine whether the point in the plane
原理:将平面方程变f(x) = 0的形式,将点的坐标代入f(x)中,若点位于平面上,则f(x)为0,若点位于平面两侧, 则f(x)值正负号相反,由此可判断此点位于面的哪一边。
可在CPointPlaneDlg::PlaneEquation()对点和面的数据进行修改。-The relationship between point and plane,determine whether the point in the plane
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PointPlane
..........\Debug
..........\.....\Line3D.obj
..........\.....\Point3D.obj
..........\.....\PointPlane.exe
..........\.....\PointPlane.ilk
..........\.....\PointPlane.obj
..........\.....\PointPlane.pch
..........\.....\PointPlane.pdb
..........\.....\PointPlane.res
..........\.....\PointPlaneDlg.obj
..........\.....\StdAfx.obj
..........\.....\Triangle3D.obj
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\.....\Vector3D.obj
..........\Line3D.cpp
..........\Line3D.h
..........\Point3D.cpp
..........\Point3D.h
..........\PointPlane.aps
..........\PointPlane.clw
..........\PointPlane.cpp
..........\PointPlane.dsp
..........\PointPlane.dsw
..........\PointPlane.h
..........\PointPlane.ncb
..........\PointPlane.opt
..........\PointPlane.plg
..........\PointPlane.rc
..........\PointPlaneDlg.cpp
..........\PointPlaneDlg.h
..........\ReadMe.txt
..........\res
..........\...\PointPlane.rc2
..........\Resource.h
..........\StdAfx.cpp
..........\StdAfx.h
..........\Triangle3D.cpp
..........\Triangle3D.h
..........\Vector3D.cpp
..........\Vector3D.h
..........\Debug
..........\.....\Line3D.obj
..........\.....\Point3D.obj
..........\.....\PointPlane.exe
..........\.....\PointPlane.ilk
..........\.....\PointPlane.obj
..........\.....\PointPlane.pch
..........\.....\PointPlane.pdb
..........\.....\PointPlane.res
..........\.....\PointPlaneDlg.obj
..........\.....\StdAfx.obj
..........\.....\Triangle3D.obj
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\.....\Vector3D.obj
..........\Line3D.cpp
..........\Line3D.h
..........\Point3D.cpp
..........\Point3D.h
..........\PointPlane.aps
..........\PointPlane.clw
..........\PointPlane.cpp
..........\PointPlane.dsp
..........\PointPlane.dsw
..........\PointPlane.h
..........\PointPlane.ncb
..........\PointPlane.opt
..........\PointPlane.plg
..........\PointPlane.rc
..........\PointPlaneDlg.cpp
..........\PointPlaneDlg.h
..........\ReadMe.txt
..........\res
..........\...\PointPlane.rc2
..........\Resource.h
..........\StdAfx.cpp
..........\StdAfx.h
..........\Triangle3D.cpp
..........\Triangle3D.h
..........\Vector3D.cpp
..........\Vector3D.h