Quad3d Class
Name | Description | |
---|---|---|
![]() |
Quad3d(Point3d, Point3d, Point3d, Point3d) | |
![]() |
Quad3d(Quad3d) |
Name | Description | |
---|---|---|
![]() |
ClosestPointNew() | |
![]() |
ClosetPoint(Point3d) | |
![]() |
Contains(Point3d) | checks if the point pt is on the same plane as the quad AND is inside the area of the quad or at most maxdist away. This function is slightly faster if maxdist is 0.0. |
![]() |
Contains2(Point3d) | |
![]() |
Distance(Point3d) | |
![]() |
Distance2(Point3d, out Point3d, out int) | |
![]() |
DistanceSpecial(Point3d) | |
![]() |
DistanceSpecial2(Point3d) | |
![]() |
Eval(double, double) | |
![]() |
GetEdge(int) | |
![]() |
GetNormal(double, double) | |
![]() |
Point(int) | Wants a point index 0-3 |
![]() |
ToString() | Returns a string that represents the current object. |
![]() |
Transform(Matrix3d) | |
![]() |
WriteAutoCADScript(StreamWriter, int) |
IGS.Genamo.Quad3d