Table of Contents

Class Point2d

Namespace
FemDesign.Geometry
Assembly
FemDesign.Core.dll
public class Point2d
Inheritance
Point2d
Inherited Members
Extension Methods

Constructors

Point2d(double, double)

Create new point.

public Point2d(double x, double y)

Parameters

x double

x-coordinate.

y double

y-coordinate.

Properties

Origin

public static Point2d Origin { get; }

Property Value

Point2d

X

public double X { get; set; }

Property Value

double

Y

public double Y { get; set; }

Property Value

double

Methods

To3d()

Convert to 3d point.

public Point3d To3d()

Returns

Point3d