8 #ifndef META_OCEAN_INTERACTION_JS_PLANE_3_H
9 #define META_OCEAN_INTERACTION_JS_PLANE_3_H
91 static inline const char* objectName();
This class implements the java script interaction library object.
Definition: JSLibrary.h:32
This class implements the base class for all native wrapper of JavaScript objects.
Definition: JSObject.h:31
This class implements a wrapper for a JavaScript Plane object.
Definition: JSPlane3.h:28
FunctionId
Definition of ids for individual functions.
Definition: JSPlane3.h:49
@ FI_IS_PARALLEL
Returns whether two plane objects, or this plane and another line are parallel.
Definition: JSPlane3.h:74
@ FI_INTERSECTION
Returns the intersection between this plane and another plane or a line.
Definition: JSPlane3.h:57
@ FI_IS_EQUAL
Returns whether two line objects are equal up to some epsilon.
Definition: JSPlane3.h:65
AccessorId
Definition of ids for individual accessors.
Definition: JSPlane3.h:38
@ AI_NORMAL
The accessor for the normal property, a Vector3 object.
Definition: JSPlane3.h:40
static void createFunctionTemplate()
Creates the function template and object template for this object.
static const char * objectName()
Returns the JavaScript name of this object.
Definition: JSPlane3.h:101
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15