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)
 
double GetMagnitude ()
 
float Dot (Float3 other)
 
Float3 Cross (Float3 other)
 
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: