M_Rhino_Geometry_Point3f__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

Point3f Constructor

Initializes a new two-dimensional vector from two components.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Point3f(
	float x,
	float y,
	float z
)

VB

Public Sub New ( 
	x As Single,
	y As Single,
	z As Single
)

Parameters

 

x
Type: System.Single
X component of vector.
y
Type: System.Single
Y component of vector.
z
Type: System.Single
Z component of vector.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point3f Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️