Table of Contents

Struct Vector3Int64

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll
[TypeConverter(typeof(ParsableTypeConverter<Vector3Int64>))]
[ValueSerializer(typeof(ParsableValueSerializer<Vector3Int64>))]
public struct Vector3Int64 : IEquatable<Vector3Int64>, IFormattable, IParsable<Vector3Int64>
Implements
Inherited Members

Constructors

Vector3Int64(Vector2Int64, long)
Vector3Int64(long)
Vector3Int64(long, Vector2Int64)
Vector3Int64(long, long, long)

Properties

BoxedZero
IsZero
this[int]
LengthSquared
One
X
XY
XZ
Y
YZ
Z
Zero

Methods

Abs(Vector3Int64)
Ceiling(Vector3Double)
Ceiling(Vector3Float)
Equals(Vector3Int64)
Equals(object?)
Floor(Vector3Double)
Floor(Vector3Float)
GetHashCode()
Negate(Vector3Int64)
Parse(string)
Round(Vector3Double, MidpointRounding)
Round(Vector3Float, MidpointRounding)
ToString()
ToString(IFormatProvider?)
ToString(string?, IFormatProvider?)
Truncate(Vector3Double)
Truncate(Vector3Float)
TryParse(string?, out Vector3Int64)

Operators

operator +(Point3Int64, Vector3Int64)
operator +(Vector3Int64, Point3Int64)
operator +(Vector3Int64, Vector3Int64)
operator /(Vector3Int64, Vector3Int64)
operator /(Vector3Int64, long)
operator ==(Vector3Int64, Vector3Int64)
explicit operator Vector3Int64(Point3Int64)
operator !=(Vector3Int64, Vector3Int64)
operator *(Vector3Int64, Vector3Int64)
operator *(Vector3Int64, long)
operator *(long, Vector3Int64)
operator -(Vector3Int64, Vector3Int64)
operator -(Vector3Int64)

Explicit Interface Implementations

Parse(string, IFormatProvider?)
TryParse(string?, IFormatProvider?, out Vector3Int64)