SPH
Public Member Functions | List of all members
Matrix4 Class Reference

Public Member Functions

 Matrix4 (const Vector4 &v1, const Vector4 &v2, const Vector4 &v3, const Vector4 &v4)
 
Vector4 row (const Size i) const
 
Vector4 operator* (const Vector4 &v) const
 

Detailed Description

Definition at line 24 of file Curve.cpp.

Constructor & Destructor Documentation

◆ Matrix4()

Matrix4::Matrix4 ( const Vector4 v1,
const Vector4 v2,
const Vector4 v3,
const Vector4 v4 
)
inline

Definition at line 29 of file Curve.cpp.

Member Function Documentation

◆ operator*()

Vector4 Matrix4::operator* ( const Vector4 v) const
inline

Definition at line 36 of file Curve.cpp.

◆ row()

Vector4 Matrix4::row ( const Size  i) const
inline

Definition at line 32 of file Curve.cpp.


The documentation for this class was generated from the following file: