Fix member public
This commit is contained in:
@@ -8,6 +8,7 @@ namespace LinearAlgebra
|
|||||||
/// The CFrame is fundamentally 4 vectors (position, forward, right, up vector)
|
/// The CFrame is fundamentally 4 vectors (position, forward, right, up vector)
|
||||||
class CoordinateFrame
|
class CoordinateFrame
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
Vector3 Position;
|
Vector3 Position;
|
||||||
Vector3 Front;
|
Vector3 Front;
|
||||||
Vector3 Right;
|
Vector3 Right;
|
||||||
|
Reference in New Issue
Block a user