Search Results for

    Show / Hide Table of Contents

    Class SBV2Repo

    Functions that get a vector2 value from a simple bullet.

    Inheritance
    System.Object
    SBV2Repo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Danmokou.DMath.Functions
    Assembly: cs.temp.dll.dll
    Syntax
    public static class SBV2Repo

    Methods

    AccDelta()

    Return the delta movement of the bullet this frame.

    Declaration
    public static ExTP AccDelta()
    Returns
    Type Description
    ExTP

    AccDeltaV3()

    Return the delta movement of the bullet this frame, including the Z-axis.

    Declaration
    public static ExTP AccDeltaV3()
    Returns
    Type Description
    ExTP

    Dir()

    Return the direction of the bullet as a (cos, sin) vector.

    Declaration
    public static ExTP Dir()
    Returns
    Type Description
    ExTP
    In This Article
    Back to top Generated by DocFX