Public Sub New( plane As PlanarEntity, point As Point2d )
public Point3d( PlanarEntity plane, Point2d point );
|
Parameters |
Description |
|
PlanarEntity plane |
Input plane |
|
Point2d point |
Input 2D point |
Constructs 3D point by the formula
p + uAxis * point.x + vAxis * point.y,
where 3D point p and 3D vectors uAxis and vAxis form the coordinate system in planar entity plane and can found by function call plane.get(p, uAxis, vAxis).