Method Offset
- Namespace
- PaintDotNet.Rendering
- Assembly
- PaintDotNet.Primitives.dll
Offset(Point3Double, Vector3Double)
public static Point3Double Offset(Point3Double pt, Vector3Double offset)
Parameters
pt
Point3Doubleoffset
Vector3Double
Returns
Offset(Point3Double, double, double, double)
public static Point3Double Offset(Point3Double pt, double dx, double dy, double dz)
Parameters
pt
Point3Doubledx
doubledy
doubledz
double
Returns
Offset(Point3Double, Point3Double)
public static Point3Double Offset(Point3Double pt, Point3Double offset)
Parameters
pt
Point3Doubleoffset
Point3Double