Click or drag to resize

Rectangle3dPointAt Method (Double, Double)

Gets a point in Rectangle space.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d PointAt(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
Normalized parameter along Rectangle width.
y
Type: SystemDouble
Normalized parameter along Rectangle height.

Return Value

Type: Point3d
The point at the given x,y parameter.
See Also