The CvLine3D type exposes the following members.
Methods
Name | Description | |
---|---|---|
Distance(CvPoint3D32f) |
Returns the distance between this line and the specified point
| |
Distance(CvPoint3D64f) |
Returns the distance between this line and the specified point
| |
Distance(Double, Double, Double) |
Returns the distance between this line and the specified point
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PerpendicularFoot(CvPoint3D32f) | ||
PerpendicularFoot(CvPoint3D64f) | ||
PerpendicularFoot(Double, Double, Double) |
Returns the distance between this line and the specified point
| |
ToString | (Inherited from Object.) |
See Also