Click or drag to resize

Triangle3dPointOnInterior Method

Gets the point on the triangle using the AB and AC primary axes.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public Point3d PointOnInterior(
	double u,
	double v
)

Parameters

u
Type: SystemDouble
Parameter along the AB edge.
v
Type: SystemDouble
Parameter along the AC edge.

Return Value

Type: Point3d
Point at parameter.
See Also