Table of Contents

Method Offset

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

Offset(Point3Int64, Vector3Int64)

public static Point3Int64 Offset(Point3Int64 pt, Vector3Int64 offset)

Parameters

pt Point3Int64
offset Vector3Int64

Returns

Point3Int64

Offset(Point3Int64, long, long, long)

public static Point3Int64 Offset(Point3Int64 pt, long dx, long dy, long dz)

Parameters

pt Point3Int64
dx long
dy long
dz long

Returns

Point3Int64

Offset(Point3Int64, Point3Int64)

public static Point3Int64 Offset(Point3Int64 pt, Point3Int64 offset)

Parameters

pt Point3Int64
offset Point3Int64

Returns

Point3Int64