Untitled Project Documentation
  • Welcome
  • USEFUL INFORMATION
    • 📲Getting started
    • 🧠Examples
      • ⚙️ASCII Art
      • ⚙️Webhook
      • ⚙️Custom Renderer
    • 📋Connections
  • Documentation
    • ⚙️API Reference
      • ⚙️Tables
        • ⚙️Client
        • ⚙️Input
        • ⚙️Window
        • ⚙️Graphics
        • ⚙️Renderer
        • ⚙️Animations
        • ⚙️Math
        • ⚙️Http
        • ⚙️Utils
      • ⚙️Types
        • ⚙️Color
        • ⚙️Vector2D
        • ⚙️Vector3D
        • ⚙️Vector4D
        • ⚙️Vertex
        • ⚙️Rect
      • ⚙️Globals
      • ⚙️Enumerations
Powered by GitBook
On this page
  1. Documentation
  2. ⚙️API Reference
  3. ⚙️Types

⚙️Vector3D

Constructor : Vector3D()
Constructor : Vector3D(float, float, float)

Member Variables : x, y, z, Lerp(Vector3D, DeltaTime), Min(Vector3D),
    Max(Vector3D), DistanceTo(Vector3D), All arrithmic operations
PreviousVector2DNextVector4D

Last updated 1 year ago