Search Results for

    Show / Hide Table of Contents

    Delegate VTP

    A function that converts ParametricInfo into a possibly-rotated Cartesian coordinate representing the next position that the Velocity struct should take with a timestep of dT.

    Namespace: Danmokou.DMath
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void VTP(ref Movement vel, in float dT, ref ParametricInfo bpi, ref Vector3 delta);
    Parameters
    Type Name Description
    Movement vel
    System.Single dT
    ParametricInfo bpi
    Vector3 delta
    In This Article
    Back to top Generated by DocFX