tsParticles - v4.0.0-beta.12
    Preparing search index...

    Particle rotation angle data with pre-computed trig values

    interface IParticleRotateData {
        cos: number;
        sin: number;
    }
    Index

    Properties

    Properties

    cos: number

    Cosine of the rotation angle

    sin: number

    Sine of the rotation angle