Package org.lwjgl.assimp
Class Assimp.Functions
- java.lang.Object
-
- org.lwjgl.assimp.Assimp.Functions
-
- Enclosing class:
- Assimp
public static final class Assimp.Functions extends java.lang.Object
Contains the function pointers loaded from the assimpSharedLibrary
.
-
-
Field Summary
-
-
-
Field Detail
-
GetExportFormatCount, GetExportFormatDescription, ReleaseExportFormatDescription, CopyScene, FreeScene, ExportScene, ExportSceneEx, ExportSceneToBlob, ReleaseExportBlob, ImportFile, ImportFileEx, ImportFileExWithProperties, ImportFileFromMemory, ImportFileFromMemoryWithProperties, ApplyPostProcessing, GetPredefinedLogStream, AttachLogStream, EnableVerboseLogging, DetachLogStream, DetachAllLogStreams, ReleaseImport, GetErrorString, IsExtensionSupported, GetExtensionList, GetMemoryRequirements, CreatePropertyStore, ReleasePropertyStore, SetImportPropertyInteger, SetImportPropertyFloat, SetImportPropertyString, SetImportPropertyMatrix, CreateQuaternionFromMatrix, DecomposeMatrix, TransposeMatrix4, TransposeMatrix3, TransformVecByMatrix3, TransformVecByMatrix4, MultiplyMatrix4, MultiplyMatrix3, IdentityMatrix3, IdentityMatrix4, GetImportFormatCount, GetImportFormatDescription, Vector2AreEqual, Vector2AreEqualEpsilon, Vector2Add, Vector2Subtract, Vector2Scale, Vector2SymMul, Vector2DivideByScalar, Vector2DivideByVector, Vector2Length, Vector2SquareLength, Vector2Negate, Vector2DotProduct, Vector2Normalize, Vector3AreEqual, Vector3AreEqualEpsilon, Vector3LessThan, Vector3Add, Vector3Subtract, Vector3Scale, Vector3SymMul, Vector3DivideByScalar, Vector3DivideByVector, Vector3Length, Vector3SquareLength, Vector3Negate, Vector3DotProduct, Vector3CrossProduct, Vector3Normalize, Vector3NormalizeSafe, Vector3RotateByQuaternion, Matrix3FromMatrix4, Matrix3FromQuaternion, Matrix3AreEqual, Matrix3AreEqualEpsilon, Matrix3Inverse, Matrix3Determinant, Matrix3RotationZ, Matrix3FromRotationAroundAxis, Matrix3Translation, Matrix3FromTo, Matrix4FromMatrix3, Matrix4FromScalingQuaternionPosition, Matrix4Add, Matrix4AreEqual, Matrix4AreEqualEpsilon, Matrix4Inverse, Matrix4Determinant, Matrix4IsIdentity, Matrix4DecomposeIntoScalingEulerAnglesPosition, Matrix4DecomposeIntoScalingAxisAnglePosition, Matrix4DecomposeNoScaling, Matrix4FromEulerAngles, Matrix4RotationX, Matrix4RotationY, Matrix4RotationZ, Matrix4FromRotationAroundAxis, Matrix4Translation, Matrix4Scaling, Matrix4FromTo, QuaternionFromEulerAngles, QuaternionFromAxisAngle, QuaternionFromNormalizedQuaternion, QuaternionAreEqual, QuaternionAreEqualEpsilon, QuaternionNormalize, QuaternionConjugate, QuaternionMultiply, QuaternionInterpolate, GetImporterDesc, TextureTypeToString, GetMaterialProperty, GetMaterialFloatArray, GetMaterialIntegerArray, GetMaterialColor, GetMaterialUVTransform, GetMaterialString, GetMaterialTextureCount, GetMaterialTexture, GetLegalString, GetVersionPatch, GetVersionMinor, GetVersionMajor, GetVersionRevision, GetBranchName, GetCompileFlags
Function address.
-
-