Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone.Math.Float3 Struct Reference

Public Member Functions

 Float3 (float value)
 Float3 (float x, float y)
 Float3 (float x, float y, float z)
readonly float GetMagnitude ()
readonly Float3 Normalize ()
readonly float Dot (Float3 other)
readonly Float3 Cross (Float3 other)
readonly override string ToString ()

Static Public Member Functions

static Float3 operator+ (Float3 a)
static Float3 operator- (Float3 a)
static Float3 operator+ (Float3 a, Float3 b)
static Float3 operator- (Float3 a, Float3 b)
static Float3 operator* (Float3 a, float b)
static Float3 operator/ (Float3 a, float b)
static implicit operator string (Float3 vec)

Public Attributes

float x
float y
float z

The documentation for this struct was generated from the following file:
  • /github/workspace/plugins/Grindstone.Script.CSharp/CSharpCore/Math/FloatVectors.cs