Search Results for

    Show / Hide Table of Contents

    Class BufferedReaderVectorsExtensions

    Provides System.Numerics.Vectors support to BufferedReader

    Inheritance
    Object
    BufferedReaderVectorsExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: VoltRpc.Extension.Vectors
    Assembly: VoltRpc.Extension.Vectors.dll
    Syntax
    public static class BufferedReaderVectorsExtensions

    Methods

    | Improve this Doc View Source

    ReadMatrix3X2(BufferedReader)

    Reads a Matrix3x2

    Declaration
    public static Matrix3x2 ReadMatrix3X2(this BufferedReader reader)
    Parameters
    Type Name Description
    BufferedReader reader
    Returns
    Type Description
    Matrix3x2
    | Improve this Doc View Source

    ReadMatrix4X4(BufferedReader)

    Reads a Matrix4x4

    Declaration
    public static Matrix4x4 ReadMatrix4X4(this BufferedReader reader)
    Parameters
    Type Name Description
    BufferedReader reader
    Returns
    Type Description
    Matrix4x4
    | Improve this Doc View Source

    ReadPlane(BufferedReader)

    Reads a Plane

    Declaration
    public static Plane ReadPlane(this BufferedReader reader)
    Parameters
    Type Name Description
    BufferedReader reader
    Returns
    Type Description
    Plane
    | Improve this Doc View Source

    ReadQuaternion(BufferedReader)

    Reads a Quaternion

    Declaration
    public static Quaternion ReadQuaternion(this BufferedReader reader)
    Parameters
    Type Name Description
    BufferedReader reader
    Returns
    Type Description
    Quaternion
    | Improve this Doc View Source

    ReadVector2(BufferedReader)

    Reads a Vector2

    Declaration
    public static Vector2 ReadVector2(this BufferedReader reader)
    Parameters
    Type Name Description
    BufferedReader reader
    Returns
    Type Description
    Vector2
    | Improve this Doc View Source

    ReadVector3(BufferedReader)

    Reads a Vector3

    Declaration
    public static Vector3 ReadVector3(this BufferedReader reader)
    Parameters
    Type Name Description
    BufferedReader reader
    Returns
    Type Description
    Vector3
    | Improve this Doc View Source

    ReadVector4(BufferedReader)

    Reads a Vector4

    Declaration
    public static Vector4 ReadVector4(this BufferedReader reader)
    Parameters
    Type Name Description
    BufferedReader reader
    Returns
    Type Description
    Vector4
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Voltstro-Studios (c) 2021-2022
    ☀
    ☾