Table of Contents

Method Offset

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

Offset(Point3Double, Vector3Double)

public static Point3Double Offset(Point3Double pt, Vector3Double offset)

Parameters

pt Point3Double
offset Vector3Double

Returns

Point3Double

Offset(Point3Double, double, double, double)

public static Point3Double Offset(Point3Double pt, double dx, double dy, double dz)

Parameters

pt Point3Double
dx double
dy double
dz double

Returns

Point3Double

Offset(Point3Double, Point3Double)

public static Point3Double Offset(Point3Double pt, Point3Double offset)

Parameters

pt Point3Double
offset Point3Double

Returns

Point3Double