Overload_Rhino_Geometry_Plane__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() |
Plane(Plane) | Copy constructor. This is nothing special and performs the same as assigning to another variable. |
![]() ![]() |
Plane(Point3d, Vector3d) | Constructs a plane from a point and a normal vector. |
![]() ![]() |
Plane(Point3d, Point3d, Point3d) | Initializes a plane from three non-colinear points. |
![]() |
Plane(Point3d, Vector3d, Vector3d) | Constructs a plane from a point and two vectors in the plane. |
![]() |
Plane(Double, Double, Double, Double) | Constructs a plane from an equation ax+by+cz=d. |