Avara3D 0.2.0
C++ API reference
a3d::math::f32mat3 Struct Reference

#include <a3d/Math.h>

Public Member Functions

 f32mat3 ()
 
 f32mat3 (f32 diag)
 
 f32mat3 (const f32vec3 &c0_, const f32vec3 &c1_, const f32vec3 &c2_)
 
 f32mat3 (const f32mat4 &m)
 
f32vec3operator[] (std::size_t i)
 
const f32vec3operator[] (std::size_t i) const
 

Public Attributes

f32vec3 c0
 

Detailed Description

Definition at line 678 of file Math.h.

Constructor & Destructor Documentation

◆ f32mat3() [1/4]

a3d::math::f32mat3::f32mat3 ( )

◆ f32mat3() [2/4]

a3d::math::f32mat3::f32mat3 ( f32  diag)
explicit

◆ f32mat3() [3/4]

a3d::math::f32mat3::f32mat3 ( const f32vec3 c0_,
const f32vec3 c1_,
const f32vec3 c2_ 
)

◆ f32mat3() [4/4]

a3d::math::f32mat3::f32mat3 ( const f32mat4 m)

Member Function Documentation

◆ operator[]() [1/2]

f32vec3 & a3d::math::f32mat3::operator[] ( std::size_t  i)

◆ operator[]() [2/2]

const f32vec3 & a3d::math::f32mat3::operator[] ( std::size_t  i) const

Member Data Documentation

◆ c0

f32vec3 a3d::math::f32mat3::c0

Definition at line 679 of file Math.h.


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