Vec2L Description struct Tinman.Core.Math.Vectors.Vec2L Derived from IVec2Ops<Vec2L, int64> A two-dimensional vector with 64-bit integer precision. / \ | X | | Y | \ / Public / Constants Zero public static readonly attribute Zero → (Vec2L) The zero vector. Public / Constructors Vec2L public constructor Vec2L → (2) x in : int64 X-coordinate of vector. y in : int64 Y-coordinate of vector. Creates a new instance of Vec2L. Public / Attributes X public readonly attribute X → (int64) X-coordinate of vector. Y public readonly attribute Y → (int64) Y-coordinate of vector. Serialization Serializer public static readonly attribute Serializer → (ITypeSerializerEx<Vec2L>) The serialization helper object for values of Vec2L. Vec2I Vec3D