Exemplo n.º 1
0
/// <summary>
/// @brief .)
/// </summary>
public  void setFrustumOffset(Point4F offset){


m_ts.fn_setFrustumOffset(offset.AsString());
}
Exemplo n.º 2
0
/// <summary>
/// Return the integer character code value corresponding to the first character in the given string.
/// )
/// 
/// </summary>
public  Point4F dnt_testcase_10(Point4F chr){


return new Point4F ( m_ts.fn_dnt_testcase_10(chr.AsString()));
}